mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-17 05:57:52 -04:00
Updated SoapySDR Support (markdown)
parent
bb9e4e8761
commit
62282d8c6b
@ -1,13 +1,17 @@
|
|||||||
Installing SoapySDR for OSX/Linux:
|
Building soapysdr-support branch dependencies.
|
||||||
===
|
===
|
||||||
|
|
||||||
|
Installing SoapySDR for OSX/Linux:
|
||||||
|
---
|
||||||
|
|
||||||
|
SoapySDR itself
|
||||||
```
|
```
|
||||||
git clone https://github.com/pothosware/SoapySDR.git
|
git clone https://github.com/pothosware/SoapySDR.git
|
||||||
cd SoapySDR
|
cd SoapySDR
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j4
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig #only needed on linux systems
|
sudo ldconfig #only needed on linux systems
|
||||||
SoapySDRUtil --info
|
SoapySDRUtil --info
|
||||||
@ -29,6 +33,6 @@ sudo make install
|
|||||||
|
|
||||||
|
|
||||||
Win32/Win64:
|
Win32/Win64:
|
||||||
===
|
---
|
||||||
|
|
||||||
Working but CMakeLists support is incomplete; instructions and proper build files soon!
|
Working but CMakeLists support is incomplete; instructions and proper build files soon!
|
Loading…
x
Reference in New Issue
Block a user