Testing with Ubuntu 20: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
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
=== Instructions for installing 3.8.1.0-rc1 and the latest Ubuntu 20 daily build: ===


# Download latest daily build of Ubuntu 20 - http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso
* Download latest daily build of Ubuntu 20 - http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso
# Install it on a VM or wherever
* Install it on a VM or wherever (I recommend 15 GB)
# sudo apt install git cmake g++ libboost-all-dev libgmp-dev swig python3-numpy \
* Side note- I was stuck in a login-loop until I chose "Wayland" using the little button that shows up after you click your login name
python3-mako python3-sphinx python3-lxml doxygen libfftw3-dev \
* Open Ubuntu's "Software & Updates" screen > Developer Options tab > Check the box "Pre-released Updates"
libsdl1.2-dev libgsl-dev libqwt-qt5-dev libqt5opengl5-dev python3-pyqt5 \
* You'll be asked to reload your software cache when you click Close
liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins \
* sudo apt-get install gnuradio
python3-zmq python3-scipy
* Make sure it installed 3.8.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
# cd to wherever you downloaded it
# sudo apt install ./gnuradio_3.8.1.0~rc1-2.debian
 
# sudo gedit /etc/apt/sources.list
# add the line:  deb http://ftp.de.debian.org/debian sid main
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 04EE7237B7D453EC
# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138
# sudo apt-get update

Latest revision as of 18:22, 21 February 2020

Instructions for installing 3.8.1.0-rc1 and the latest Ubuntu 20 daily build:

  • Download latest daily build of Ubuntu 20 - http://cdimage.ubuntu.com/daily-live/current/focal-desktop-amd64.iso
  • Install it on a VM or wherever (I recommend 15 GB)
  • Side note- I was stuck in a login-loop until I chose "Wayland" using the little button that shows up after you click your login name
  • Open Ubuntu's "Software & Updates" screen > Developer Options tab > Check the box "Pre-released Updates"
  • You'll be asked to reload your software cache when you click Close
  • sudo apt-get install gnuradio
  • Make sure it installed 3.8.1