Link to bin is broken.

This commit is contained in:
Deathsbreed 2014-10-19 10:44:24 -05:00
parent ef041d3b1e
commit 140b3c8b1c

View File

@ -9,7 +9,7 @@ So far I'm using CMake (and only on Debian GNU/Linux). First, compile Irrlicht,
$ cmake . $ cmake .
$ make $ make
``` ```
The binary should be in the [binary directory](/bin). The binary should be in the ```bin``` directory.
### Contributing ### Contributing
Feel free to add. This is something I'm using to learn Irrlicht, and it would help if I had a better [CMakeLists](/CMakeLists.txt) file that could compile on multiple platforms. Feel free to add. This is something I'm using to learn Irrlicht, and it would help if I had a better [CMakeLists](/CMakeLists.txt) file that could compile on multiple platforms.