mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
b73fb8b536
* Try that punk NASA -_-
6 lines
166 B
Bash
6 lines
166 B
Bash
#!/bin/bash -x
|
|
# automate local build of codec2
|
|
git clone https://github.com/drowe67/codec2.git
|
|
cd codec2 && mkdir -p build_linux && cd build_linux
|
|
cmake ../ && make
|