Skip to content

Commit

Permalink
Update README with additional background
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Coxe authored May 3, 2020
1 parent b2c81c2 commit 980c681
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ubuntu-uhd-gnuradio/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Since the release of UHD v3.15.0.0 and GNU Radio v.3.8.1.0, the Ubuntu 18.04 dependencies to build from source have changed
and the UHD and GNU Radio documentation has not been updated accordingly (as of 2 May 2020).

The path of least resistance is to undoubtedly to upgrade your PC to Ubuntu 20.04 and install UHD and GNU Radio as follows:
sudo apt install libuhd3.15.0
sudo apt install gnuradio

However, if you would like to build from source and are running Ubuntu 18.04, you can either use the dependencies in this
Dockerfile as a reference without using Docker or you could just deploy the container.

HOW TO USE:

Install Docker (assumes a Ubuntu Linux system):
sudo apt install docker.io

Expand Down

0 comments on commit 980c681

Please sign in to comment.