Update README.md (#54)

Avoid forced installation for dependencies
This commit is contained in:
Güven Atbakan
2018-01-05 17:11:11 +03:00
committed by Dharkael
parent a7c55f18a0
commit 2d212b2c3e

View File

@@ -119,7 +119,7 @@ The compilation requires Qt version 5.3 or higher and GCC 4.9.2 or higher.
### Debian
Compilation Dependencies:
````
apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
apt install git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
````
Compilation: run `qmake && make` in the main directory.
@@ -127,7 +127,7 @@ Compilation: run `qmake && make` in the main directory.
### Fedora
Compilation Dependencies:
````
dnf install -y qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist
dnf install qt5-devel gcc-c++ git qt5-qtbase-devel qt5-linguist
````
Compilation: run `qmake-qt5 && make` in the main directory.