mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2025-02-03 09:44:05 -05:00
10 lines
196 B
Plaintext
Executable File
10 lines
196 B
Plaintext
Executable File
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
|
|
|