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
|
||||
cd SoapySDR
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make -j4
|
||||
make
|
||||
sudo make install
|
||||
sudo ldconfig #only needed on linux systems
|
||||
SoapySDRUtil --info
|
||||
@ -29,6 +33,6 @@ sudo make install
|
||||
|
||||
|
||||
Win32/Win64:
|
||||
===
|
||||
---
|
||||
|
||||
Working but CMakeLists support is incomplete; instructions and proper build files soon!
|
Loading…
x
Reference in New Issue
Block a user