1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-18 07:35:47 -05:00
This commit is contained in:
hexameron 2014-10-30 12:31:21 +00:00
parent ec14645130
commit 691f329550

View File

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