diff --git a/README.md b/README.md index df947d6..c2f4837 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,22 @@ cmake .. make ``` -## Test executable: +### Test executable: ```bash cp ../res/* ./ ./jungle -``` \ No newline at end of file +``` + +## 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/ +```