[Crossfire-wiki] [Crossfire DokuWiki] page changed: linux
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Tue Apr 24 18:58:59 CDT 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/04/24 18:58
User : leaf
Edit Summary: Corrections in regards to using sudo
@@ -58,38 +58,30 @@
=== Server ===
The server installation command is the following:
-
- $ apt-get update;apt-get install crossfire-server crossfire-maps
-
- Note: you may need to use the sudo command to install these packages
$ sudo apt-get update;sudo apt-get install crossfire-server crossfire-maps
This will install the Crossfire server (crossfire-server) and the current map set (crossfire-maps)
If necessary, you can stop, start or restart the crossfire server via the following commands, respectively:
- $ /etc/init.d/crossfire-server stop
-
- $ /etc/init.d/crossfire-server start
-
- $ /etc/init.d/crossfire-server restart
+ $ sudo /etc/init.d/crossfire-server stop
- Again, adding sudo to those commands may be necessary. For example:
+ $ sudo /etc/init.d/crossfire-server start
$ sudo /etc/init.d/crossfire-server restart
=== Client ===
- Installation of the client has a similar syntax. You’ll need to chose which client you want to install, or if you install any (or all of) the three - which one you’ll actually use for game play. You'll likely need to use the sudo command as well to install these packages.
+ Installation of the client has a similar syntax. You’ll need to chose which client you want to install, or if you install any (or all of) the three - which one you’ll actually use for game play.
- $ apt-get install crossfire-client-x11
+ $ sudo apt-get install crossfire-client-x11
- $ apt-get install crossfire-client-gtk
+ $ sudo apt-get install crossfire-client-gtk
- $ apt-get install crossfire-client-gtk2
+ $ sudo apt-get install crossfire-client-gtk2
* IMPORTANT Note:
* We’ve heard there’s a weird seemingly ubuntu-specific bug in ubuntu’s package of gcfclient2, with it repeating each keypress twice when typing... nobody except ubuntu package users seem to be able to reproduce this
* Feb-22-2007: Bug reported at LaunchPad, https://launchpad.net/ubuntu/+source/crossfire-client/+bug/87194
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/linux?rev=1177458995
New Revision: http://wiki.metalforge.net/doku.php/linux
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list