diff options
Diffstat (limited to 'games/wesnoth/README')
-rw-r--r-- | games/wesnoth/README | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/wesnoth/README b/games/wesnoth/README index 396e6e07e85bb..58fd4b38691cf 100644 --- a/games/wesnoth/README +++ b/games/wesnoth/README @@ -6,9 +6,7 @@ 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 +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. @@ -17,6 +15,4 @@ 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 -Wesnoth requires LUA to compile. A buildscript for lua is available -at SlackBuilds.org - +This requires lua. |