mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Update build.sh
This commit is contained in:
parent
1cd78bdfe2
commit
4d941de46a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user