[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_client_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Mon Nov 12 20:05:11 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/11/12 20:05
User : leaf
Edit Summary: Update with client launch HOWTO
@@ -160,15 +160,41 @@
Note: For the GTK clients, the version numbers are sometimes confusing. The first client to use GTK is often called the GTK 1 client because it was originally compiled with GTK+-1.x, but now it is often compiled with GTK+-2.x. The second client developed with GTK is called the gtk-v2 client. It used to be built with GTK+-2.x, but has now been converted to build against libglade-2.0 (which requires GTK+-2.0 and other related libraries). The gtk-v2 client is designed to build with GTK+1.0 libraries.
===X11 Client===
- FIXME
+ Change to the x11 directory with the following command:
- ===Version 1 GTK Client===
+ $ cd x11
- FIXME
+ Double check your location with:
- ===Version 2 GTK Client===
+ $ pwd
+ /home/<username>/client.svn/x11
+
+ Then launch the client with the following command:
+
+ $ ./crossfire-client-x11 &
+
+ The command runs the Crossfire Client and returns you back to a shell prompt
+
+ ===GTKv1 Client===
+
+ Change to the x11 directory with the following command:
+
+ $ cd gtk
+
+ Double check your location with:
+
+ $ pwd
+ /home/<username>/client.svn/gtk
+
+ Then launch the client with the following command:
+
+ $ ./crossfire-client-gtk &
+
+ The command runs the Crossfire Client and returns you back to a shell prompt
+
+ ===GTKv2 Client===
Change directory the gtk-v2 directory
$ cd gtk-v2/src
@@ -177,16 +203,16 @@
$ pwd
/home/<username>/client.svn/gtk-v2/src
- Run this command to launch the server:
+ Then launch the client with the following command:
$ ./crossfire-client-gtk2 &
The command runs the Crossfire Client and returns you back to a shell prompt
- FIXME Add gdb instructions and discuss possible issues regarding .glade layout files.
+ FIXME Add gdb instructions and discus possible issues regarding .glade layout files.
===== Microsoft (c) Windows =====
FIXME
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1194919057
New Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list