- Create build-win32 directory. And go to it.
cd build-win32 - Generate CMake
cmake ...
- Build
make
- Make directory and go to it.
mkdir build && cd build
- Run the makefile
make
- Cmake
- Makefile
This project is licensed under the MIT License. See LICENSE for more details.
SDL2 and Nuklear used in these projects are licensed under their own licenses. Please check them out.