Go to file
Nicolás A. Ortega 002071cef4
Different building process.
2016-04-25 12:07:09 +02:00
assets Updating a few things. 2016-03-30 16:36:13 +02:00
build Different building process. 2016-04-25 12:07:09 +02:00
cmake_modules Updating a few things. 2016-03-30 16:36:13 +02:00
src Different building process. 2016-04-25 12:07:09 +02:00
.gitignore Different building process. 2016-04-25 12:07:09 +02:00
CMakeLists.txt Different building process. 2016-04-25 12:07:09 +02:00
LICENSE Initial commit 2014-10-19 10:20:36 -05:00
README.md Different building process. 2016-04-25 12:07:09 +02:00
castle-tour.sh Different building process. 2016-04-25 12:07:09 +02:00

README.md

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:

$ cd build/
$ cmake ..
$ make

Then, in order to run, use the script castle-tour.sh located in the root directory.

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.