dmendiza/openfight
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Use cmake to compile this project.
On ubuntu install the required packages:
build-essential
libxml2-dev
libsdl1.2-all
libsdl-image-1.2
libglut-dev
make a directory to hold the build and call cmake:
mkdir build
cd build
cmake ..
then use the generated makefiles to compile:
make