Add missing requirements to installation documentation (#60)

This commit is contained in:
Fabian P. Schmidt 2017-02-07 12:46:06 +01:00 committed by Manolis Surligas
parent d95b903097
commit ae2be36bca
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ for decoding signals from various scientific and academic sattelites.
## Install ## Install
### Requirements ### Requirements
* GNU Radio ( > 3.7.2 ) * GNU Radio ( > 3.7.7 )
* CMake ( > 3.1) * CMake ( > 3.1)
* G++ (with C++11 support) * G++ (with C++11 support)
* VOLK * VOLK
@ -13,6 +13,7 @@ for decoding signals from various scientific and academic sattelites.
*** Optional *** *** Optional ***
* gr-osmocom (for using the flowgraphs with real SDR hardware) * gr-osmocom (for using the flowgraphs with real SDR hardware)
* libnova (for building the debug blocks) * libnova (for building the debug blocks)
* libvorbis (for ogg vorbis encoder block)
### Installation ### Installation