mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
Update Readme.md
Added installation instructions to solve dependencies on Ubuntu 14.04 LTS
This commit is contained in:
parent
53d79a4885
commit
de0b3bc0c1
@ -103,6 +103,10 @@ If you use your own location for librtlsdr install directory you need to specify
|
||||
|
||||
<h2>For Ubuntu</h2>
|
||||
|
||||
On 14.04 LTS do this first:
|
||||
`sudo apt-get install libgles2-mesa-dev`
|
||||
|
||||
Then:
|
||||
`sudo apt-get install cmake g++ pkg-config libfftw3-dev libqt5multimedia5-plugins qtmultimedia5-dev qttools5-dev qttools5-dev-tools libqt5opengl5-dev qtbase5-dev libusb-1.0 librtlsdr-dev libboost-all-dev`
|
||||
|
||||
`mkdir build && cd build && cmake ../ && make`
|
||||
|
Loading…
Reference in New Issue
Block a user