3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/IPoverVHF/build_codec2.sh

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