Merge lp:~aber/widelands/README.compiling into lp:widelands

Proposed by David Allwicher
Status: Merged
Merged at revision: 5859
Proposed branch: lp:~aber/widelands/README.compiling
Merge into: lp:widelands
Diff against target: 77 lines (+10/-22)
1 file modified
doc/README.compiling (+10/-22)
To merge this branch: bzr merge lp:~aber/widelands/README.compiling
Reviewer Review Type Date Requested Status
Widelands Developers Pending
Review via email: mp+50510@code.launchpad.net

Description of the change

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/README.compiling'
2--- doc/README.compiling 2010-11-01 11:28:19 +0000
3+++ doc/README.compiling 2011-02-20 14:59:03 +0000
4@@ -17,6 +17,7 @@
5 - SDL_ttf >= 2.0.0
6 - SDL_gfx
7 - boost >= 1.35
8+ - lua >= 5.1
9 - gettext (look at FAQ if you have problems with -lintl)
10 - libpng
11 - zlib
12@@ -26,7 +27,7 @@
13 Make sure you have them all. If you encounter library versions that do not work,
14 please tell us.
15
16-Optional you will need the following libraries for Widelands' metaserver usage:
17+You will need the following libraries for Widelands' metaserver usage:
18 - ggz-base-libs >= 0.99.5
19 or
20 - ggz-client-libs == 0.14.1
21@@ -34,10 +35,7 @@
22
23 For compiling, you will also need
24 - Python >= 2.3
25- - CMake 2.6 (strictly recommended)
26- - scons >= 1.0.0 (optional, if you don't want to use CMake yet, see below)
27-If you have a desparate need to use older Python versions then tell us. It'd be
28-possible, but the inconvenience seems not to be worthwile so far.
29+ - CMake >= 2.6 (strictly recommended)
30
31 If you are a developer, you might (optionally!) make use of the following software:
32 - ctags
33@@ -57,7 +55,7 @@
34
35
36 ============
37-=Unix/Linux=
38+=Unix/Mac OS X/Linux=
39 ============
40
41 CMake
42@@ -113,6 +111,12 @@
43
44 $ widelands
45
46+- Find your libraries: Adapt your library search path.
47+ Specifies a path which will be used by the cmake commands. It contains the "base" directories,
48+ cmake adds /bin, /lib, /include appropriate to each of the directories.
49+
50+ $ cmake -DCMAKE_PREFIX_PATH="/tmp/widelands/libraries"
51+
52 - Tweak the setup: different install directory.
53 Say, you don't want to install in /usr/local, but in /usr. This can be done by issuing
54 this as a parameter to CMake. Parameters are stated by -Dparameter=value.
55@@ -204,22 +208,6 @@
56 Obviously a developer command.
57
58
59-localization
60-------------
61-If you choose to install widelands, you'll probably want to take care of proper
62-l10n setup. Widelands will normally look for it's locale definitions in
63-<install_prefix>/<localedir> (see "scons -h"). To change this setting, use a
64-commandline like "scons localedir=foo/bar/baz" (relative to install_prefix)
65-or "scons localedir=/foo/bar/baz" (absolute path). If you aren't using scons,
66-set INSTALL_LOCALEDIR in src/config.h before starting the compile.
67-
68-Unless you are doing a release build, you will have to manually call
69-"scons locale" to create the message catalogs. Release builds do this by default.
70-
71-Be aware that our installer does not yet put the files in the correct location.
72-You will have to move/copy them yourself!
73-
74-
75
76 =============
77 = Windows =

Subscribers

People subscribed via source and target branches

to status/vote changes: