Commit 1c1c21fd6ba792842024686a7f55ba22f5c01bf8

Authored by David Gräff
1 parent b6a86400

Update readme.md

Fix #9. Update dependencies in readme.md.
Showing 1 changed file with 2 additions and 2 deletions
readme.md
... ... @@ -18,7 +18,7 @@ You need the following packages, to build OpenHantek from source:
18 18 * libusb 1.x
19 19  
20 20 For debian based systems (Ubuntu, Mint) install named requirements like this:
21   -> apt-get install cmake libqt5-dev libfftw3-dev
  21 +> apt-get install cmake qttools5-dev-tools libfftw3-dev
22 22  
23 23 For rpm based distributions (Fedora) use this command:
24 24 > dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel libusbx-devel
... ... @@ -26,7 +26,7 @@ For rpm based distributions (Fedora) use this command:
26 26 After you've installed the requirements run the following commands inside the directory of this package:
27 27 > qmake <br>
28 28 > make <br>
29   -> make install
  29 +> make install (optional, for installing only)
30 30  
31 31 You can specify a prefix when running qmake:
32 32 > qmake PREFIX=/usr
... ...