2018-03-07 14:32:49 +08:00
|
|
|
## How to build the player software on Linux
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
### bladeRF
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build and install libbladeRF
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
https://github.com/Nuand/bladeRF/wiki/Getting-Started:-Linux
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build bladeplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ make bladeplayer
|
|
|
|
```
|
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
### HackRF One
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build and install libhackrf
|
|
|
|
|
|
|
|
https://github.com/mossmann/hackrf/tree/master/host
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build hackplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
|
|
|
|
```
|
2018-03-07 14:32:49 +08:00
|
|
|
$ make hackplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
```
|
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
### LimeSDR
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build and install libLimeSuite
|
2018-03-07 03:21:30 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
http://wiki.myriadrf.org/Lime_Suite
|
2018-03-07 03:17:20 +08:00
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build limeplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
|
|
|
|
```
|
2018-03-07 14:32:49 +08:00
|
|
|
$ make limeplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
```
|
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
### ADALM-Pluto
|
|
|
|
|
|
|
|
#### Build and install libiio
|
|
|
|
|
|
|
|
https://wiki.analog.com/resources/tools-software/linux-software/libiio
|
|
|
|
|
|
|
|
#### Build and insatall libad9361
|
2018-03-07 03:17:20 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ git clone https://github.com/analogdevicesinc/libad9361-iio.git
|
|
|
|
$ cd libad9361-iio
|
|
|
|
$ cmake ./
|
|
|
|
$ make all
|
|
|
|
$ sudo make install
|
|
|
|
```
|
|
|
|
|
2018-03-07 14:32:49 +08:00
|
|
|
#### Build plutoplayer
|
2018-03-07 03:17:20 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ make plutoplayer
|
|
|
|
```
|