Fixed some little errors with the drawing functions.
[luagame.git] / INSTALL
blob4e26ff89deefe6a25f07daac2f0577f235cbbe29
1 Installing LuaGame
2 ==================
4 Building
5 --------
6   LuaGame now has a SCons based build system.
7   
8   To build it, run "scons" in the main directory.
9   
10   To install to "/usr/bin"" run "scons install".
11   
12     
13 Installing
14 ----------
15   LuaGame is a single executable. To install it, copy it to any directory in
16   the PATH.