Last change
on this file since 737 was
609,
checked in by Sam Hocevar, 12 years ago
|
build: allow to specify --disable-nonfree to avoid installing non-free data
and build stripped down tarballs.
|
File size:
997 bytes
|
Rev | Line | |
---|
[609] | 1 | Requirements for compiling |
---|
[2] | 2 | -------------------------- |
---|
[609] | 3 | |
---|
[2] | 4 | - SDL 1.1.6 <http://www.libsdl.org> |
---|
[609] | 5 | - SDL-Mixer |
---|
[2] | 6 | - GL libraries and headers are required for OpenGL support. |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | Compiling |
---|
| 10 | --------- |
---|
| 11 | |
---|
[609] | 12 | 1. Untar the abuse-x.x.tar.gz file. |
---|
[2] | 13 | |
---|
[609] | 14 | tar xzf abuse-x.x.tar.gz |
---|
[2] | 15 | |
---|
[609] | 16 | This will create an abuse-x.x directory with the source in it. |
---|
[2] | 17 | |
---|
| 18 | 2. Run './configure' |
---|
[609] | 19 | This will create the Makefiles required to build Abuse. |
---|
[2] | 20 | |
---|
| 21 | If you wish to specify a location for the datafiles instead of using the |
---|
| 22 | default of '/usr/local/share/games/abuse', you can do so by passing the |
---|
| 23 | following argument to the configure script: |
---|
| 24 | |
---|
[609] | 25 | --datadir=<location> |
---|
[2] | 26 | |
---|
| 27 | where <location> is the directory where the datafiles will be installed. |
---|
| 28 | |
---|
| 29 | 3. Run 'make' |
---|
| 30 | This will start the build. |
---|
| 31 | |
---|
| 32 | 4. Run 'make install' |
---|
[609] | 33 | This will install Abuse. |
---|
[2] | 34 | |
---|
| 35 | |
---|
[609] | 36 | Mac OS X |
---|
| 37 | -------- |
---|
| 38 | |
---|
[2] | 39 | A Project Builder project is included in the 'osx' directory and can be used |
---|
| 40 | if desired. Using project Builder is currently the only way to get OpenGL |
---|
| 41 | support compiled in. |
---|
| 42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.