Update README.md

This commit is contained in:
lwvmobile 2022-02-10 18:02:39 -05:00 committed by GitHub
parent 3ef8c846c6
commit 34338ce2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -68,7 +68,7 @@ sudo apt install libpulse-dev pavucontrol libsndfile1-dev libfftw3-dev liblapack
wget -O itpp-latest.tar.bz2 http://sourceforge.net/projects/itpp/files/latest/download?source=files
tar xjf itpp*
cd itpp*
cd itpp-4.3.1 #if you can't cd into this folder, double check folder name first
mkdir build
cd build
cmake ..
@ -104,7 +104,9 @@ git branch -a #double check to see if you are on pulseaudio branch
mkdir build
cd build
cmake ..
make
make -j `nproc`
##only run make install if you don't have another version already installed##
sudo make install
```
Optional 'Virtual Sinks' for routing audio from SDR++ or GQRX, etc, into DSD-FME