Testing with Ubuntu 20

From GNU Radio
Revision as of 18:48, 20 February 2020 by 777arc (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Instructions for installing the latest Ubuntu 20 daily build, as well as the latest version of GNU Radio in Debian Unstable (3.8.1.0-rc1 at the time of writing this) to test under Ubuntu 20

  1. Download latest daily build of Ubuntu 20 - http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso
  2. Install it on a VM or wherever
  3. sudo apt install git cmake g++ libboost-all-dev libgmp-dev swig python3-numpy \

python3-mako python3-sphinx python3-lxml doxygen libfftw3-dev \ libsdl1.2-dev libgsl-dev libqwt-qt5-dev libqt5opengl5-dev python3-pyqt5 \ liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins \ python3-zmq python3-scipy

  1. Download latest .deb of gnuradio from Debian Unstable (aka Sid) here- https://packages.debian.org/sid/amd64/gnuradio/download just pick a mirror closest to you
  2. cd to wherever you downloaded it
  3. sudo apt install ./gnuradio_3.8.1.0~rc1-2.debian
  1. sudo gedit /etc/apt/sources.list
  2. add the line: deb http://ftp.de.debian.org/debian sid main
  3. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
  4. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
  5. sudo apt-get update