mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add MSYS2/MinGW as compile option
This commit is contained in:
parent
acb7bd1c82
commit
8c5e5249eb
1 changed files with 26 additions and 0 deletions
|
|
@ -137,3 +137,29 @@ make -j4
|
|||
# To use it as a command, uncomment the following line:
|
||||
# sudo make install -j4
|
||||
```
|
||||
|
||||
# How to build with MinGW/MSYS2
|
||||
|
||||
Install MSYS2: https://www.msys2.org/
|
||||
|
||||
#### Clone this repo recursively:
|
||||
|
||||
```bash
|
||||
git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
cd DIE-engine
|
||||
```
|
||||
|
||||
### Install libaries
|
||||
|
||||
```bash
|
||||
pacman -S mingw-w64-ucrt-x86_64-gcc
|
||||
pacman -S mingw-w64-x86_64-qt5-tools
|
||||
```
|
||||
|
||||
#### Build
|
||||
|
||||
```bash
|
||||
chmod a+x configure
|
||||
./configure
|
||||
make -j4
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue