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 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!