pull/38/head
Adam Long 2017-06-29 13:29:05 -04:00
rodzic 1f77075ee1
commit 7a9dcf1aa3
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -29,6 +29,12 @@ This feature set is enough for basic, experimental usage with SDRs.
Installation
------------
The following dependencies are required:
- numpy
- scipy
- [liquid-dsp](https://github.com/jgaeddert/liquid-dsp)
The installation procedure is the same as for any GNURadio OOT module:
```
@ -38,12 +44,6 @@ cmake ../ # Note to Arch Linux users: add "-DCMAKE_INSTALL_PREFIX=/usr"
make && sudo make install
```
The following dependencies are required:
- numpy
- scipy
- [liquid-dsp](https://github.com/jgaeddert/liquid-dsp)
Testing
-------