Commit ae716dae3b8370ccb4371cb7bca43639a519f36a

Authored by David Gräff
1 parent 1aaa1eee

Update readme.md

Add libusb as dependency to the readme file.
Showing 1 changed file with 2 additions and 2 deletions
readme.md
... ... @@ -19,10 +19,10 @@ You need the following packages, to build OpenHantek from source:
19 19 * binutils-dev
20 20  
21 21 For debian based systems (Ubuntu, Mint) install named requirements like this:
22   -> apt-get install cmake qttools5-dev-tools libfftw3-dev binutils-dev
  22 +> apt-get install cmake qttools5-dev-tools libfftw3-dev binutils-dev libusb-1.0-0-dev
23 23  
24 24 For rpm based distributions (Fedora) use this command:
25   -> dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel libusbx-devel binutils-devel
  25 +> dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel libusbx-devel binutils-devel libusb-1.0-0-devel
26 26  
27 27 After you've installed the requirements run the following commands inside the directory of this package:
28 28 > qmake <br>
... ...