add apt-get line for Ubuntu to install required packages

This commit is contained in:
Andre Puschmann 2017-06-22 15:54:36 +02:00
parent 8a5a2bbb4d
commit 242fe9adc9
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ Build Instructions
* lksctp: http://lksctp.sourceforge.net/
* config: http://www.hyperrealm.com/libconfig/
For example, on Ubuntu 17.04, one can install the required libraries with:
```
sudo apt-get install libfftw3-dev libmbedtls-dev libboost-all-dev libconfig++-dev libsctp-dev
```
Note that depending on your flavor and version of Linux, the actual package names may be different.
* Optional requirements:
* srsgui: https://github.com/srslte/srsgui - for real-time plotting.
* VOLK: https://github.com/gnuradio/volk - if the VOLK library and headers are detected, they will be used to accelerate some signal processing functions.