This commit is contained in:
Kurt Moraw
2020-11-01 01:21:52 +01:00
parent 9510186cb3
commit f72c347e30
436 changed files with 1642 additions and 1263 deletions
+9
View File
@@ -0,0 +1,9 @@
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