-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
42 lines (26 loc) · 997 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Requirements for compiling
--------------------------
- SDL 1.1.6 <http://www.libsdl.org>
- SDL-Mixer
- GL libraries and headers are required for OpenGL support.
Compiling
---------
1. Untar the abuse-x.x.tar.gz file.
tar xzf abuse-x.x.tar.gz
This will create an abuse-x.x directory with the source in it.
2. Run './configure'
This will create the Makefiles required to build Abuse.
If you wish to specify a location for the datafiles instead of using the
default of '/usr/local/share/games/abuse', you can do so by passing the
following argument to the configure script:
--datadir=<location>
where <location> is the directory where the datafiles will be installed.
3. Run 'make'
This will start the build.
4. Run 'make install'
This will install Abuse.
Mac OS X
--------
A Project Builder project is included in the 'osx' directory and can be used
if desired. Using project Builder is currently the only way to get OpenGL
support compiled in.