Files
castletour/README.md

17 lines
674 B
Markdown
Raw Normal View History

2014-10-19 10:20:36 -05:00
CastleTour
==========
2014-10-19 10:36:32 -05:00
This repo is a combination of a few Irrlicht tutorials.
### Compiling
2015-01-04 19:41:22 -06:00
This project uses [CMake](http://www.cmake.org/) 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:
2014-10-30 15:44:04 -05:00
```bash
2016-04-25 12:07:09 +02:00
$ cd build/
$ cmake ..
2014-10-19 10:36:32 -05:00
$ make
```
2016-04-25 12:07:09 +02:00
Then, in order to run, use the script [castle-tour.sh](/castle-tour.sh) located in the root directory.
2014-10-19 10:36:32 -05:00
### License
2014-10-19 17:06:41 -05:00
Since this really isn't my code but a combination of multiple Irrlicht tutorials, I have licensed this project under the [Unlicense](/LICENSE), because it's kind of like a tutorial.