mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2026-01-08 17:30:23 -05:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
|
sudo apt install git autoconf libsndfile-dev libasound-dev
|
||
|
|
git clone git://github.com/jgaeddert/liquid-dsp.git
|
||
|
|
cd liquid-dsp
|
||
|
|
./bootstrap.sh
|
||
|
|
./configure
|
||
|
|
make -j 8
|
||
|
|
sudo make install
|
||
|
|
sudo ldconfig
|
||
|
|
|