mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05:00
Update build.sh
This commit is contained in:
parent
ea294384ec
commit
02794adb59
@ -1,26 +1,28 @@
|
||||
cd $HOME/build
|
||||
# Liquid-DSP
|
||||
cd $HOME/build
|
||||
mkdir jgaeddert/
|
||||
git clone https://github.com/jgaeddert/liquid-dsp.git jgaeddert/liquid-dsp
|
||||
cd jgaeddert/liquid-dsp/
|
||||
cd jgaeddert/
|
||||
git clone https://github.com/jgaeddert/liquid-dsp.git
|
||||
cd liquid-dsp/
|
||||
./bootstrap.sh
|
||||
./configure
|
||||
make -j2
|
||||
sudo make install
|
||||
|
||||
cd $HOME/build
|
||||
# Soapy SDR
|
||||
cd $HOME/build
|
||||
mkdir pothosware/
|
||||
git clone https://github.com/pothosware/SoapySDR.git pothosware/SoapySDR
|
||||
mkdir pothosware/SoapySDR-build
|
||||
cmake pothosware/SoapySDR pothosware/SoapySDR-build
|
||||
cd pothosware/SoapySDR-build
|
||||
cd pothosware/
|
||||
git clone https://github.com/pothosware/SoapySDR.git
|
||||
mkdir SoapySDR-build
|
||||
cd SoapySDR-build
|
||||
cmake ../SoapySDR -DCMAKE_BUILD_TYPE=Release
|
||||
make -j2
|
||||
sudo make install
|
||||
|
||||
cd $HOME/build
|
||||
# CubicSDR
|
||||
cd $HOME/build
|
||||
mkdir cjcliffe/CubicSDR-build
|
||||
cmake cjcliffe/CubicSDR cjcliffe/CubicSDR-build
|
||||
cd cjcliffe/CubicSDR-build
|
||||
cmake ../CubicSDR -DCMAKE_BUILD_TYPE=Release
|
||||
make -j2
|
||||
|
Loading…
Reference in New Issue
Block a user