mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-22 11:29:00 -04:00
Updated Build Linux (markdown)
parent
f3486b8ba1
commit
feddc6baa7
@ -103,7 +103,7 @@ build$ make
|
||||
build$ sudo make install
|
||||
build$ sudo ldconfig
|
||||
# should now show RTL-SDR device if connected
|
||||
build$ SoapySDRUtil --probe
|
||||
build$ SoapySDRUtil --info
|
||||
```
|
||||
|
||||
### SoapySDRPlay (similar to other Soapy modules):
|
||||
@ -119,7 +119,7 @@ build$ cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
build$ make
|
||||
build$ sudo make install
|
||||
build$ sudo ldconfig
|
||||
build$ SoapySDRUtil --probe
|
||||
build$ SoapySDRUtil --info
|
||||
```
|
||||
|
||||
### SoapyLMS7 (similar to other Soapy modules):
|
||||
@ -133,7 +133,7 @@ builddir$ cmake .. -DENABLE_EXAMPLES=off -DENABLE_GUI=off -DCMAKE_BUILD_TYPE=Rel
|
||||
builddir$ make
|
||||
builddir$ RESULT=`SoapySDRUtil --sparse --info | grep "Search path:"`; MODULEPATH=${RESULT:12}; sudo cp SoapyLMS7/libLMS7Support.so $MODULEPATH
|
||||
builddir$ sudo ldconfig
|
||||
builddir$ SoapySDRUtil --probe
|
||||
builddir$ SoapySDRUtil --info
|
||||
```
|
||||
|
||||
- Always ensure to update, build and install SoapySDR before building dependent projects.
|
||||
|
Loading…
Reference in New Issue
Block a user