Go to file
Nicolás A. Ortega 263b26c300 Update README.md
2015-01-04 19:41:22 -06:00
cmake Switching to CMake (again). 2015-01-04 19:33:55 -06:00
res Added source-code. 2014-10-19 10:36:32 -05:00
src CMake now fully implemented. 2015-01-04 19:37:03 -06:00
.gitignore Switching to CMake (again). 2015-01-04 19:33:55 -06:00
CMakeLists.txt Switching to CMake (again). 2015-01-04 19:33:55 -06:00
LICENSE Initial commit 2014-10-19 10:20:36 -05:00
README.md Update README.md 2015-01-04 19:41:22 -06:00

CastleTour

This repo is a combination of a few Irrlicht tutorials.

Compiling

This project uses CMake and has only been tested on a 32-bit Linux computer. To compile this code install Irrlicht (from the repos) and all other necessary libraries (such as OpenGL) and run the following commands:

$ cmake .
$ make

This should compile the code and you should find a binary in a directory called bin. You should be able to run this project from there.

License

Since this really isn't my code but a combination of multiple Irrlicht tutorials, I have licensed this project under the Unlicense, because it's kind of like a tutorial.