Go to file
2014-10-19 16:51:28 -05:00
include/irrlicht Switching to clang compiler. 2014-10-19 16:51:28 -05:00
res Added source-code. 2014-10-19 10:36:32 -05:00
src Switching to clang compiler. 2014-10-19 16:51:28 -05:00
.gitignore Switching to clang compiler. 2014-10-19 16:51:28 -05:00
LICENSE Initial commit 2014-10-19 10:20:36 -05:00
Makefile Switching to clang compiler. 2014-10-19 16:51:28 -05:00
README.md Link to bin is broken. 2014-10-19 10:44:24 -05:00

CastleTour

This repo is a combination of a few Irrlicht tutorials.

Compiling

So far I'm using CMake (and only on Debian GNU/Linux). First, compile Irrlicht, move the include and library files to the include directory and the library directory (make sure they are named libIrrlicht.so if you're running Linux and libIrrlicht.dll if you're running Windows). Then run the following commands from the root directory of the project:

$ cmake .
$ make

The binary should be in the bin directory.

Contributing

Feel free to add. This is something I'm using to learn Irrlicht, and it would help if I had a better CMakeLists file that could compile on multiple platforms.

License

Since this really isn't my code but Irrlicht code I placed it under the Unlicense, because kind of like a tutorial.