2010-05-11 20:28:23 +08:00
|
|
|
The Battle for Wesnoth is a turn-based strategy game set in a fantasy
|
2012-04-20 21:06:40 +08:00
|
|
|
environment, where players can build an army of different kinds of
|
|
|
|
fighters from races such as elves, dwarves, orcs, trolls, and more.
|
2010-05-11 20:28:23 +08:00
|
|
|
|
2012-04-20 21:06:40 +08:00
|
|
|
It is a turn-based strategy game on a hexgrid with several challenging
|
|
|
|
single-player campaigns and different kind of multi-player matches.
|
2010-05-11 20:28:23 +08:00
|
|
|
|
2012-04-20 21:06:40 +08:00
|
|
|
If you want to compile the wesnothd server and campaign server you can
|
2010-06-12 21:33:10 +08:00
|
|
|
run the script as follows: SERVER=yes ./wesnoth.SlackBuild
|
2010-05-13 06:27:31 +08:00
|
|
|
|
2012-04-20 21:06:40 +08:00
|
|
|
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.
|
2010-05-13 06:27:31 +08:00
|
|
|
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
|