mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add Arch Linux build process
This commit is contained in:
parent
a24867e3f8
commit
af7a9ecc54
1 changed files with 22 additions and 0 deletions
|
|
@ -92,6 +92,28 @@ chmod a+x configure
|
|||
make -j4
|
||||
```
|
||||
|
||||
# How to build on Linux based on Arch Linux (pacman)
|
||||
|
||||
#### Install packages:
|
||||
|
||||
```bash
|
||||
sudo pacman -S --needed git base-devel qt5-base qt5-tools qt5-script
|
||||
```
|
||||
|
||||
#### 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