Removed global physics. Changed "angle" to "heading".
[luagame.git] / INSTALL
blob798e47d5123ecbe493b787665a318573a90dee21
1 Installing LuaGame
2 ==================
4 Building
5 --------
6   LuaGame is currently using a make-based build system.
7   
8   There is no configure script. All build variables are in the Makefile.
9   This is because the common user is not expected to be compiling manually.
10   This may change at a later date.
11   
12   NOTE: makefile.cross is for cross-compiling for win32 on linux.
13   
14   To build and install executable:
15     make
16     make install (as root)
17     
18   To build docummentation:
19     make doc
20     make install-doc
21     
22 Installing
23 ----------
24   LuaGame is a single executable. To install it, copy it to any directory in
25   the PATH.