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
|
# Liquid-DSP
|
||||||
mkdir jgaeddert/
|
mkdir jgaeddert/
|
||||||
git clone https://github.com/jgaeddert/liquid-dsp.git jgaeddert/liquid-dsp
|
git clone https://github.com/jgaeddert/liquid-dsp.git jgaeddert/liquid-dsp
|
||||||
@ -7,8 +8,8 @@ cd jgaeddert/liquid-dsp/
|
|||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
popd
|
|
||||||
|
|
||||||
|
cd $HOME
|
||||||
# Soapy SDR
|
# Soapy SDR
|
||||||
mkdir pothosware/
|
mkdir pothosware/
|
||||||
git clone https://github.com/pothosware/SoapySDR.git pothosware/SoapySDR
|
git clone https://github.com/pothosware/SoapySDR.git pothosware/SoapySDR
|
||||||
@ -20,6 +21,7 @@ make
|
|||||||
sudo make install
|
sudo make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
cd $HOME
|
||||||
# CubicSDR
|
# CubicSDR
|
||||||
mkdir cjcliffe/CubicSDR-build
|
mkdir cjcliffe/CubicSDR-build
|
||||||
cmake cjcliffe/CubicSDR cjcliffe/CubicSDR-build
|
cmake cjcliffe/CubicSDR cjcliffe/CubicSDR-build
|
||||||
|
Loading…
Reference in New Issue
Block a user