mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-14 14:33:58 +00:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user