slackbuilds_ponce/games/wesnoth
Willy Sudiarto Raharjo 0e40bafd7a games/wesnoth: Fix parameters to build campaign server.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-05-31 10:36:18 +07:00
..
doinst.sh
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
terrain_translation.patch
wesnoth.info games/wesnoth: Updated for version 1.12.2. 2015-04-17 00:38:48 +07:00
wesnoth.SlackBuild games/wesnoth: Fix parameters to build campaign server. 2015-05-31 10:36:18 +07:00

The Battle for Wesnoth is a turn-based strategy game set in a fantasy
environment, where players can build an army of different kinds of
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.

If you want to compile the wesnothd server and campaign server you can
run the script as follows:   SERVER=yes ./wesnoth.SlackBuild

please note that the server UID and GID are not required at compile time but
will be required at runtime under the UID/GID specified in the buildscript.
You can create the user and group for the wesnoth server as follows:

# groupadd -g 229 wesnoth
# useradd -u 229 -d /dev/null -s /bin/false -g wesnoth wesnoth