From 2122b531ae9289db68938f1c615e7422dd46fc07 Mon Sep 17 00:00:00 2001 From: Ansgar Schmidt Date: Fri, 30 Nov 2018 17:32:10 +0100 Subject: [PATCH] Adding debian/ubuntu install requirements Signed-off-by: Ansgar Schmidt --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5be83f7..d78e6d3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,21 @@ for decoding signals from various scientific and academic sattelites. * libnova (for building the debug blocks) * libfec (it will automatically installed if not present) +#### Debian / Ubuntu +``` +apt install -y build-essential cmake gnuradio g++ \ + python-mako python-six libogg-dev \ + libvorbis-dev libpng-dev libpng++-dev +cd /tmp +git clone https://github.com/gnuradio/volk.git +cd volk +mkdir build +cd build +cmake .. +make -j 8 +sudo make install +``` + ### Installation 1. `git clone https://gitlab.com/librespacefoundation/satnogs/gr-satnogs.git`