This commit is contained in:
hexameron 2014-10-30 13:08:33 +00:00
parent 691f329550
commit 69d48b2ec9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
For Ubuntu:
sudo apt-get install libqt5multimedia5-plugins qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev qtbase5-dev libusb-1.0
sudo apt-get install libqt5multimedia5-plugins qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev qtbase5-dev libusb-1.0 librtlsdr-dev
mkdir out && cd out && cmake ../ && make
"sudo apt-get install librtlsdr-dev" is not currently avaulable in utopic 14.10 amd64.
"librtlsdr-dev" is in the "universe" repo. (utopic 14.10 amd64.)