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
=== modified file 'doc/README.compiling'
--- doc/README.compiling 2010-11-01 11:28:19 +0000
+++ doc/README.compiling 2011-02-20 14:59:03 +0000
@@ -17,6 +17,7 @@
17 - SDL_ttf >= 2.0.017 - SDL_ttf >= 2.0.0
18 - SDL_gfx18 - SDL_gfx
19 - boost >= 1.3519 - boost >= 1.35
20 - lua >= 5.1
20 - gettext (look at FAQ if you have problems with -lintl)21 - gettext (look at FAQ if you have problems with -lintl)
21 - libpng22 - libpng
22 - zlib23 - zlib
@@ -26,7 +27,7 @@
26Make sure you have them all. If you encounter library versions that do not work,27Make sure you have them all. If you encounter library versions that do not work,
27please tell us.28please tell us.
2829
29Optional you will need the following libraries for Widelands' metaserver usage:30You will need the following libraries for Widelands' metaserver usage:
30 - ggz-base-libs >= 0.99.531 - ggz-base-libs >= 0.99.5
31or32or
32 - ggz-client-libs == 0.14.133 - ggz-client-libs == 0.14.1
@@ -34,10 +35,7 @@
3435
35For compiling, you will also need36For compiling, you will also need
36 - Python >= 2.337 - Python >= 2.3
37 - CMake 2.6 (strictly recommended)38 - CMake >= 2.6 (strictly recommended)
38 - scons >= 1.0.0 (optional, if you don't want to use CMake yet, see below)
39If you have a desparate need to use older Python versions then tell us. It'd be
40possible, but the inconvenience seems not to be worthwile so far.
4139
42If you are a developer, you might (optionally!) make use of the following software:40If you are a developer, you might (optionally!) make use of the following software:
43 - ctags41 - ctags
@@ -57,7 +55,7 @@
5755
5856
59============57============
60=Unix/Linux=58=Unix/Mac OS X/Linux=
61============59============
6260
63CMake61CMake
@@ -113,6 +111,12 @@
113111
114 $ widelands112 $ widelands
115113
114- Find your libraries: Adapt your library search path.
115 Specifies a path which will be used by the cmake commands. It contains the "base" directories,
116 cmake adds /bin, /lib, /include appropriate to each of the directories.
117
118 $ cmake -DCMAKE_PREFIX_PATH="/tmp/widelands/libraries"
119
116- Tweak the setup: different install directory.120- Tweak the setup: different install directory.
117 Say, you don't want to install in /usr/local, but in /usr. This can be done by issuing121 Say, you don't want to install in /usr/local, but in /usr. This can be done by issuing
118 this as a parameter to CMake. Parameters are stated by -Dparameter=value.122 this as a parameter to CMake. Parameters are stated by -Dparameter=value.
@@ -204,22 +208,6 @@
204 Obviously a developer command.208 Obviously a developer command.
205209
206210
207localization
208------------
209If you choose to install widelands, you'll probably want to take care of proper
210l10n setup. Widelands will normally look for it's locale definitions in
211<install_prefix>/<localedir> (see "scons -h"). To change this setting, use a
212commandline like "scons localedir=foo/bar/baz" (relative to install_prefix)
213or "scons localedir=/foo/bar/baz" (absolute path). If you aren't using scons,
214set INSTALL_LOCALEDIR in src/config.h before starting the compile.
215
216Unless you are doing a release build, you will have to manually call
217"scons locale" to create the message catalogs. Release builds do this by default.
218
219Be aware that our installer does not yet put the files in the correct location.
220You will have to move/copy them yourself!
221
222
223211
224=============212=============
225= Windows =213= Windows =

Subscribers

People subscribed via source and target branches

to status/vote changes: