1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00
sdrangel/Readme.md

7 lines
274 B
Markdown
Raw Normal View History

2014-06-07 13:30:03 -04:00
For Ubuntu:
2014-10-30 09:08:33 -04:00
sudo apt-get install libqt5multimedia5-plugins qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev qtbase5-dev libusb-1.0 librtlsdr-dev
2014-06-07 13:30:03 -04:00
mkdir out && cd out && cmake ../ && make
2014-10-30 08:31:21 -04:00
2014-10-30 09:08:33 -04:00
"librtlsdr-dev" is in the "universe" repo. (utopic 14.10 amd64.)