Skip to content

Commit

Permalink
Update build.md
Browse files Browse the repository at this point in the history
Add distribution versions to readme
  • Loading branch information
David Gräff committed Dec 24, 2017
1 parent afea087 commit cfb6bad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
layout: default
---
### [Linux](#linux)
For debian based systems (Ubuntu, Mint) install named requirements like this:
For debian (stretch and newer), Ubuntu 17.04+ and Mint 17+ and other deb based distributions install named requirements like this:
> apt install g++ cmake qttools5-dev qttools5-dev-tools libfftw3-dev binutils-dev libusb-1.0-0-dev libqt5opengl5-dev mesa-common-dev libgl1-mesa-dev
For rpm based distributions (Fedora) use this command:
For rpm based distributions (Fedora 21+, OpenSuse) use this command:
> dnf install cmake gcc-c++ qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel binutils-devel libusb-devel
After you've installed the requirements run the following commands inside the directory of this package:
Expand All @@ -18,8 +18,8 @@ Optionally install the program:

> sudo make install
If you do not install the program, you need to copy the file `firmware/60-hantek.rules` to `/lib/udev/rules.d/`,
and reload the udev service, otherwise you will not have the correct permissions to access usb devices.
If you do not install the program, you need to copy the file `firmware/60-hantek.rules` to `/lib/udev/rules.d/` yourself,
and replug your device, otherwise you will not have the correct permissions to access usb devices.

### [Apple MacOSX](#apple)
We recommend homebrew to install the required libraries.
Expand Down

0 comments on commit cfb6bad

Please sign in to comment.