#Requirements
-
SDL
-
CMake
#windows
You need to setup your enviornment that involves nmake command in your %PATH%.
cd FACT-GAME
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
nmake
#UNIXs
tested yet
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Requirements
SDL
CMake
#windows
You need to setup your enviornment that involves nmake command in your %PATH%.
cd FACT-GAME
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
nmake
#UNIXs
tested yet