mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Format Debian build Instructions
This commit is contained in:
parent
0955c22d0e
commit
373138ecd9
1 changed files with 36 additions and 18 deletions
|
|
@ -10,25 +10,42 @@ docker build .
|
|||
|
||||
Install packages:
|
||||
|
||||
- sudo apt-get install qtbase5-dev -y
|
||||
- sudo apt-get install qtscript5-dev -y
|
||||
- sudo apt-get install qttools5-dev-tools -y
|
||||
- sudo apt-get install libqt5svg5-dev -y
|
||||
- sudo apt-get install git -y
|
||||
- sudo apt-get install build-essential -y
|
||||
- sudo apt-get install qt5-default -y (Ubuntu 14.04-20.04)
|
||||
- sudo apt-get install qtchooser -y (Ubuntu 21.04-22.04)
|
||||
- sudo apt-get install qt5-qmake -y (Ubuntu 21.04-22.04)
|
||||
```bash
|
||||
sudo apt-get install qtbase5-dev qtscript5-dev qttools5-dev-tools libqt5svg5-dev git build-essential -y
|
||||
```
|
||||
|
||||
- Ubuntu 14.04-20.04:
|
||||
|
||||
```bash
|
||||
sudo apt-get install qt5-default -y
|
||||
```
|
||||
|
||||
- Ubuntu 21.04-22.04
|
||||
|
||||
```bash
|
||||
sudo apt-get install qtchooser qt5-qmake -y
|
||||
```
|
||||
|
||||
Clone this repo recursively:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
|
||||
cd DIE-engine
|
||||
```
|
||||
|
||||
Run build script: bash -x build_dpkg.sh
|
||||
Run build script:
|
||||
|
||||
Install deb package: sudo dpkg -i release/die_[Version].deb
|
||||
```bash
|
||||
bash -x build_dpkg.sh
|
||||
```
|
||||
|
||||
Run DiE: *die [FileName] or diec [FileName] or diel [FileName]*
|
||||
Install deb package:
|
||||
|
||||
```bash
|
||||
sudo dpkg -i release/$(ls release)
|
||||
```
|
||||
|
||||
Run DiE: _die [FileName] or diec [FileName] or diel [FileName]_
|
||||
|
||||
# How to build on Linux(Automake)
|
||||
|
||||
|
|
@ -43,7 +60,7 @@ Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
|
|||
- make
|
||||
- sudo make install
|
||||
|
||||
Run DiE: *die [FileName] or diec [FileName] or diel [FileName]*
|
||||
Run DiE: _die [FileName] or diec [FileName] or diel [FileName]_
|
||||
|
||||
# How to build on OSX
|
||||
|
||||
|
|
@ -65,7 +82,7 @@ Install 7-Zip: https://github.com/horsicq/build_tools
|
|||
|
||||
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
|
||||
Edit build_winxp.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
Edit build_winxp.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
|
||||
Run build_winxp.bat
|
||||
|
||||
|
|
@ -79,19 +96,20 @@ Install 7-Zip: https://github.com/horsicq/build_tools
|
|||
|
||||
Clone project: git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
|
||||
Edit build_win32.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
Edit build_win32.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
|
||||
Edit build_win64.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
Edit build_win64.bat ( check VSVARS_PATH, SEVENZIP_PATH, QMAKE_PATH variables)
|
||||
|
||||
Run build_win32.bat
|
||||
|
||||
Run build_win64.bat
|
||||
|
||||
# How to build with CMAKE
|
||||
|
||||
git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
|
||||
cd DIE-engine
|
||||
|
||||
cmake .
|
||||
|
||||
make
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue