Changeset 609 for abuse/trunk/INSTALL
- Timestamp:
- May 8, 2011, 5:32:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/INSTALL
r475 r609 1 Requirements for Compiling1 Requirements for compiling 2 2 -------------------------- 3 3 4 - SDL 1.1.6 <http://www.libsdl.org> 4 - X11R6(or above) and libraries. 5 - Linux kernel 2.2 or above. 5 - SDL-Mixer 6 6 - GL libraries and headers are required for OpenGL support. 7 7 … … 10 10 --------- 11 11 12 1. Untar the abuse _sdl-x.x.tar.gz file.12 1. Untar the abuse-x.x.tar.gz file. 13 13 14 tar -zxf abuse_sdl-x.x.tar.gz14 tar xzf abuse-x.x.tar.gz 15 15 16 This will create an abuse _sdl-x.x directory with the source in it.16 This will create an abuse-x.x directory with the source in it. 17 17 18 18 2. Run './configure' 19 This will create the Makefiles required to build Abuse -SDL.19 This will create the Makefiles required to build Abuse. 20 20 21 21 If you wish to specify a location for the datafiles instead of using the … … 23 23 following argument to the configure script: 24 24 25 --data fir=<location>25 --datadir=<location> 26 26 27 27 where <location> is the directory where the datafiles will be installed. … … 31 31 32 32 4. Run 'make install' 33 This will install Abuse -SDL.33 This will install Abuse. 34 34 35 35 36 MacOSX 37 ------ 36 Mac OS X 37 -------- 38 38 39 A Project Builder project is included in the 'osx' directory and can be used 39 40 if desired. Using project Builder is currently the only way to get OpenGL 40 41 support compiled in. 41 42 42 43 If anything goes wrong please contact me at <trandor@labyrinth.net.au> with44 the details, and I'll try and sort it out.45 46 Good luck,47 Anthony Kruize
Note: See TracChangeset
for help on using the changeset viewer.