slackbuilds/games/wesnoth
Edward W. Koenig 69aa9443a5
games/wesnoth: Fixed binary location, Updated for version 1.16.5
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-13 10:40:41 +07:00
..
README games/wesnoth: Wrap README at 72 columns. 2022-03-13 14:35:56 -04:00
doinst.sh games/wesnoth: Updated for version 1.14.4. 2018-08-11 07:23:08 +07:00
slack-desc games/wesnoth: Fix slack-desc. 2016-11-14 16:47:23 +07:00
wesnoth.SlackBuild games/wesnoth: Fixed binary location, Updated for version 1.16.5 2022-08-13 10:40:41 +07:00
wesnoth.info games/wesnoth: Fixed binary location, Updated for version 1.16.5 2022-08-13 10:40:41 +07:00

README

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