summaryrefslogtreecommitdiffstats
path: root/games/wesnoth/README
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-11 19:44:44 +0200
committer David Somero2010-05-11 19:44:44 +0200
commitaa49c9e50c1ac4f04edbfc777baf78edabe52bf1 (patch)
treea003b4ed64fef2783fe0f1883db3bce43121fdcb /games/wesnoth/README
parent9ddf6c87b982b78edd2c3413d685ab31305e7bee (diff)
downloadslackbuilds-aa49c9e50c1ac4f04edbfc777baf78edabe52bf1.tar.gz
games/wesnoth: Updated for version 1.4
Diffstat (limited to 'games/wesnoth/README')
-rw-r--r--games/wesnoth/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/games/wesnoth/README b/games/wesnoth/README
index 72426f898b..4895387ea9 100644
--- a/games/wesnoth/README
+++ b/games/wesnoth/README
@@ -5,10 +5,14 @@ fighters from races such as elves, dwarves, orcs, trolls, and more.
It is a turn-based strategy game on a hexgrid with several challenging
single-player campaigns and different kind of multi-player matches.
+Please note that Wesnoth now need boost to compile. A SlackBuild script for
+boost is available at SlackBuilds.org
+
If you want to compile the wesnothd server, you might want to add
the following switches to the wesnoth.Slackbuild script:
---with-server-uid=user
---with-server-gid=group
-
+ --enable-server
+ --enable-campaign-server
+ --with-server-uid=user
+ --with-server-gid=group
and replace 'user' and 'group' with the UID and GID under which you want
the server to run.