castletour/README.md

18 lines
846 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
2014-10-19 22:06:41 +00:00
The [Makefile](/Makefile) for this project is so far only for Debian Linux (it's all I can test it on). Please make sure you have all the necessary libraries, make sure that Irrlicht is in your _LD Path_, and also make sure you have the __clang++ compiler__ installed. Then, simply run the following:
2014-10-30 20:44:04 +00:00
```bash
2014-10-19 15:36:32 +00:00
$ make
```
2014-10-19 15:44:24 +00:00
The binary should be in the ```bin``` directory.
2014-10-19 15:36:32 +00:00
### Contributing
2014-10-19 22:06:41 +00:00
Feel free to add. This is something I'm using to learn Irrlicht, and it would help if I had a better [Makefile](/Makefile) file that could compile on multiple platforms.
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.