support for win

This commit is contained in:
Rubbit 2024-04-27 11:41:30 +08:00
parent af80490484
commit 1b2cc2d1c1
1 changed files with 16 additions and 2 deletions

View File

@ -34,8 +34,22 @@ cmake ..
make
```
## Test executable:
### Test executable:
```bash
cp ../res/* ./
./jungle
```
```
## Building progress for MSWindows(tested on MSWindow10/11):
### Build with GCC and GNUMake:
#### install cmake
```cmd
winget install -e --id Kitware.CMake
#or
start https://cmake.org/download/
```
#### download and install GNUMake for Windows32
```cmd
start https://sourceforge.net/projects/gnuwin32/files/make/
```