Updated SoapySDR Support (markdown)

Charles J. Cliffe 2015-10-28 23:38:53 -04:00
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!