The Block Chronicles Code
Brought to you by:
patchmonster
-- TBC Tailored Build Instructions -- Linux/Unix-like: 1) Install required libraries a) SDL - http://www.libsdl.org/ b) SDL Image - http://www.libsdl.org/projects/SDL_image/ c) Lua - http://www.lua.org/ d) OpenGL hardware support (only core lib needed) *buntu users: sudo apt-get install libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev liblua5.1-0 liblua5.1-0-dev libsdl-mixer1.2 libsdl-mixer1.2-dev 2) Build/Install ./configure make [become root] make install 3) Run tbc [res width] [res height] Windows/OSX: good luck, kthxbai