HOW TO BUILD ============ Get/Build premake4 from: http://industriousone.com/premake Compiling on visual studio: Type 'premake4 vs2010'(or older versions of visual studio) in command line to generate project files under folder 'build'. Compiling on msys/mingw or POSIX systems: Type 'premake4 gmake' in terminal to generate makefiles under folder 'build' and then type 'make -Cbuild' to bring it on. CREDITS ======= freetype: http://www.freetype.org irrlicht: http://irrlicht.sourceforge.net libevent: http://www.libevent.org lua: http://www.lua.org sqlite3: http://www.sqlite.org