Adding instructions to libs and include directories.

This commit is contained in:
Deathsbreed 2014-10-19 10:43:24 -05:00
parent de7120f7fa
commit ef041d3b1e
3 changed files with 6 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Ignore binary files
bin/*
bin/
# Ignore CMake files
CMakeCache.txt
@ -8,5 +8,6 @@ cmake_install.cmake
Makefile
# Ignore library and include files
libs/*
include/*
libs/*.so
libs/*.dll
include/irrlicht/*

1
include/readme.txt Normal file
View File

@ -0,0 +1 @@
This directory should contain your local include header files.

1
libs/readme.txt Normal file
View File

@ -0,0 +1 @@
This directory should include your library files. If you're running windows it should be "libIrrlicht.dll", if you're running Linux it should be "libIrrlicht.so".