Commit cfb6bad3a70e8374d72fdda101803eb77b2cd295
1 parent
afea0874
Update build.md
Add distribution versions to readme
Showing
1 changed file
with
4 additions
and
4 deletions
docs/build.md
| @@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
| 2 | layout: default | 2 | layout: default |
| 3 | --- | 3 | --- |
| 4 | ### [Linux](#linux) | 4 | ### [Linux](#linux) |
| 5 | -For debian based systems (Ubuntu, Mint) install named requirements like this: | 5 | +For debian (stretch and newer), Ubuntu 17.04+ and Mint 17+ and other deb based distributions install named requirements like this: |
| 6 | > 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 | 6 | > 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 |
| 7 | 7 | ||
| 8 | -For rpm based distributions (Fedora) use this command: | 8 | +For rpm based distributions (Fedora 21+, OpenSuse) use this command: |
| 9 | > dnf install cmake gcc-c++ qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel binutils-devel libusb-devel | 9 | > dnf install cmake gcc-c++ qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel binutils-devel libusb-devel |
| 10 | 10 | ||
| 11 | After you've installed the requirements run the following commands inside the directory of this package: | 11 | After you've installed the requirements run the following commands inside the directory of this package: |
| @@ -18,8 +18,8 @@ Optionally install the program: | @@ -18,8 +18,8 @@ Optionally install the program: | ||
| 18 | 18 | ||
| 19 | > sudo make install | 19 | > sudo make install |
| 20 | 20 | ||
| 21 | -If you do not install the program, you need to copy the file `firmware/60-hantek.rules` to `/lib/udev/rules.d/`, | ||
| 22 | -and reload the udev service, otherwise you will not have the correct permissions to access usb devices. | 21 | +If you do not install the program, you need to copy the file `firmware/60-hantek.rules` to `/lib/udev/rules.d/` yourself, |
| 22 | +and replug your device, otherwise you will not have the correct permissions to access usb devices. | ||
| 23 | 23 | ||
| 24 | ### [Apple MacOSX](#apple) | 24 | ### [Apple MacOSX](#apple) |
| 25 | We recommend homebrew to install the required libraries. | 25 | We recommend homebrew to install the required libraries. |