castletour/README.md

16 lines
696 B
Markdown
Raw Normal View History

2014-10-19 15:20:36 +00:00
CastleTour
==========
2014-10-19 15:36:32 +00:00
This repo is a combination of a few Irrlicht tutorials.
### Compiling
2015-01-05 01:41:22 +00: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 20:44:04 +00:00
```bash
2015-01-05 01:41:22 +00:00
$ cmake .
2014-10-19 15:36:32 +00:00
$ make
```
2015-01-05 01:41:22 +00:00
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.
2014-10-19 15:36:32 +00:00
### License
2014-10-19 22:06:41 +00: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.