README.md: typo error

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
This commit is contained in:
Chun-Yeow Yeoh 2015-05-22 18:25:01 +08:00
parent addd786e5f
commit 0e7a1fb5de
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Download & Install Instructions
* Optional requirements:
* srsgui: for real-time plotting. Download it here: https://github.com/srslte/srsgui
* VOLK: if the VOLK library and headers are detected, they will be used for accelerating some signal processing functions.
* Matlab/Octave: if found by CMake, MEX files will also be generated and installed. If you find any compilation issue with MEX and you don't need them, pass -DDisableMex=ON to cmake to disable them.
* Matlab/Octave: if found by CMake, MEX files will also be generated and installed. If you find any compilation issue with MEX and you don't need them, pass -DDisableMEX=ON to cmake to disable them.
Download and build srsLTE:
```