mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add Fedora build process
This commit is contained in:
parent
b556d39557
commit
96ed4da81c
1 changed files with 23 additions and 0 deletions
|
|
@ -48,6 +48,29 @@ bash -x build_dpkg.sh
|
|||
sudo dpkg -i release/$(ls release)
|
||||
```
|
||||
|
||||
# How to build on Linux based on Fedora (DNF)
|
||||
|
||||
#### Install packages:
|
||||
|
||||
```bash
|
||||
sudo dnf install qt5-qtbase-devel qt5-qtscript-devel qt5-qttools-devel git make gcc-c++
|
||||
```
|
||||
|
||||
#### Clone this repo recursively:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
cd DIE-engine
|
||||
```
|
||||
#### Build
|
||||
|
||||
```bash
|
||||
chmod a+x configure
|
||||
./configure
|
||||
make -j4
|
||||
```
|
||||
|
||||
|
||||
# How to build on Linux(Automake)
|
||||
|
||||
### Qt framework has to be installed on the system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue