Update build.sh

This commit is contained in:
Charles J. Cliffe 2019-01-07 21:56:40 -05:00 committed by GitHub
parent 1cd78bdfe2
commit 4d941de46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
cd $HOME
# Liquid-DSP
mkdir jgaeddert/
git clone https://github.com/jgaeddert/liquid-dsp.git jgaeddert/liquid-dsp
@ -7,8 +8,8 @@ cd jgaeddert/liquid-dsp/
./configure
make
sudo make install
popd
cd $HOME
# Soapy SDR
mkdir pothosware/
git clone https://github.com/pothosware/SoapySDR.git pothosware/SoapySDR
@ -20,6 +21,7 @@ make
sudo make install
popd
cd $HOME
# CubicSDR
mkdir cjcliffe/CubicSDR-build
cmake cjcliffe/CubicSDR cjcliffe/CubicSDR-build