diff options
Diffstat (limited to 'games/wesnoth/README')
-rw-r--r-- | games/wesnoth/README | 10 |
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. |