Linux Desktop

From SatNOGS Wiki
Revision as of 14:24, 30 September 2017 by Cshields (talk | contribs) (initial page, saving progress...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here you will find instructions on installing SatNOGS to a Linux Desktop running Ubuntu 16.04 LTS.


Prep Work

Install dependencies

sudo apt-get install -y python-pip python-dev supervisor cmake libusb-1.0-0-dev libhamlib-utils vorbis-tools software-properties-common

Install gnuradio libs from myriadrf since we need a newer version than Ubuntu provides for 16.04

sudo apt-get purge --auto-remove libgnuradio*
sudo add-apt-repository -y ppa:myriadrf/drivers
sudo add-apt-repository -y ppa:myriadrf/gnuradio

sudo apt-get install -y gnuradio-dev