Only tested on Debian 9!
- C/C++ toolchains and fundamental tools
- apt-get build-essential
- yum groupinstall "Development Tools"
- cmake
- SDL2
- apt-get install libsdl2-dev libsdl2-image-dev
- yum install SDL2-devel ...
$ cd build/linux
$ ./cmake.sh
$ make -C build/Debug
$ make -C build/Release
To clean,
$ make -C build/Debug clean
$ make -C build/Release clean
To clean fully,
$ rm -rf build/
Not yet.
Only tested on Windows 10 + Visual Studio 2017
- Visual Studio 2017 (Visual C++)
- cmake (You can set PATH at installer)
- SDL2 is already prepaired in the repository.
- Move to build/{win32|win64}
- Double-click cmake.bat
- Double-click build.bat
Delete build/ dir to clean fully.