forked from Return-To-The-Roots/s25client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
43 lines (31 loc) · 1.68 KB
/
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
42
43
-------------------------------------------------------------------------------
$Id: INSTALL 9056 2013-12-30 00:12:06Z OLiver $
-------------------------------------------------------------------------------
Conditions:
You have to install at least libsdl1.2-dev and libsdl_mixer1.2-dev to
be able to build the SDL video and SDL audio driver module. On not
debian-based systems this dev-packages will be named different.
Please add the DATA and GFX folders of the original game to the
following folder: ../trunk/build/S2/
Installation:
cd build
./cmake.sh $options (see below)
make
make install or rather ./start.sh
-------------------------------------------------------------------------------
Options:
--enable-debug Enables Debug-Build
--prefix Usually /usr/local, alternativly you can use
"." - relative paths work
--arch=x compile for architecture x
x = "system.platform", i.e apple.universal
use "c.system.platform" to use special cross-compile
rules (if not detected automatically)
--disable-arch=x disables on specific architecture x
x = platform, i.e ppc
can be supplied multiple times
normally only used for removing a specific platform
from apple universal builds
-------------------------------------------------------------------------------
./cleanup.sh Cleans all files created by cmake.sh and make
-------------------------------------------------------------------------------