File: build_soapysdr.sh

package info (click to toggle)
cubicsdr 0.2.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,560 kB
  • sloc: cpp: 32,850; sh: 60; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Soapy SDR
cd $HOME/build

mkdir pothosware/
cd pothosware/
git clone https://github.com/pothosware/SoapySDR.git

mkdir SoapySDR-build
cd SoapySDR-build

cmake ../SoapySDR -DCMAKE_BUILD_TYPE=Release

echo "Building SoapySDR.."
make -j2 > /dev/null

sudo make install