From ae2be36bca0b32bfba77848bde7bbcdf47843721 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Tue, 7 Feb 2017 12:46:06 +0100 Subject: [PATCH] Add missing requirements to installation documentation (#60) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1f62e..570dd7a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ for decoding signals from various scientific and academic sattelites. ## Install ### Requirements -* GNU Radio ( > 3.7.2 ) +* GNU Radio ( > 3.7.7 ) * CMake ( > 3.1) * G++ (with C++11 support) * VOLK @@ -13,6 +13,7 @@ for decoding signals from various scientific and academic sattelites. *** Optional *** * gr-osmocom (for using the flowgraphs with real SDR hardware) * libnova (for building the debug blocks) +* libvorbis (for ogg vorbis encoder block) ### Installation