Commit 38fb1df2c3f62888bc7917a65850bfae7aa0ca12

Authored by David Gräff
1 parent 8b1ac30f

Update dependencies in the readme file

Signed-off-by: David Gräff <david.graeff@web.de>
Showing 1 changed file with 2 additions and 2 deletions
readme.md
@@ -20,10 +20,10 @@ You need the following packages, to build OpenHantek from source: @@ -20,10 +20,10 @@ You need the following packages, to build OpenHantek from source:
20 * libusb 1.x (prebuild files will be downloaded on windows) 20 * libusb 1.x (prebuild files will be downloaded on windows)
21 21
22 For debian based systems (Ubuntu, Mint) install named requirements like this: 22 For debian based systems (Ubuntu, Mint) install named requirements like this:
23 -> apt-get install cmake qttools5-dev-tools libfftw3-dev binutils-dev libusb-1.0-0-dev 23 +> apt-get install cmake qttools5-dev qttools5-dev-tools libfftw3-dev binutils-dev libusb-1.0-0-dev
24 24
25 For rpm based distributions (Fedora) use this command: 25 For rpm based distributions (Fedora) use this command:
26 -> dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel libusbx-devel binutils-devel libusb-1.0-0-devel 26 +> dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel binutils-devel libusb-devel
27 27
28 For MacOSX use homebrew 28 For MacOSX use homebrew
29 > brew update <br> 29 > brew update <br>