mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add openSuse build process (zypper)
This commit is contained in:
parent
96ed4da81c
commit
c060c5507e
1 changed files with 21 additions and 0 deletions
|
|
@ -70,6 +70,27 @@ chmod a+x configure
|
|||
make -j4
|
||||
```
|
||||
|
||||
# How to build on Linux based on openSuse (zypper)
|
||||
|
||||
#### Install packages:
|
||||
|
||||
```bash
|
||||
sudo zypper install libqt5-qtbase-devel libqt5-qtscript-devel libqt5-qttools-devel libqt5-qtsvg-devel git gcc-c++ make
|
||||
```
|
||||
|
||||
#### 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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue