mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-16 21:31:47 -05:00
13 lines
225 B
Bash
13 lines
225 B
Bash
|
|
||
|
sudo apt-get install libsamplerate0-dev libspeex-dev libspeexdsp-dev
|
||
|
|
||
|
cd $HOME/build
|
||
|
mkdir drowe67 && cd drowe67
|
||
|
|
||
|
git clone https://github.com/drowe67/codec2.git
|
||
|
|
||
|
cd codec2
|
||
|
mkdir build && cd build
|
||
|
cmake ..
|
||
|
sudo make install
|