[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_client_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Fri Feb 8 20:00:17 CST 2008
A page in your DokuWiki was added or changed. Here are the details:
Date : 2008/02/08 20:00
User : leaf
Edit Summary: More quick references and text corrections
@@ -36,12 +36,20 @@
===X11 Client===
* x11-common - X Window System (X.Org) infrastructure (FIXME - double check this package)
+
+ As a quick reference:
+
+ sudo apt-get install x11-common
===GTKv1 Client===
* libgtk1.2-dev - Development files for the GIMP Toolkit
+
+ As a quick reference:
+
+ sudo apt-get install libgtk1.2-dev
===GTKv2 Client===
* libgtk2.0-0 - The GTK+ graphical user interface library
@@ -50,11 +58,15 @@
* libglade2-dev - development files for libglade
As a quick reference:
- sudo libgtk2.0-0libgtk2.0-dev libglade2-0 libglade2-dev
+ sudo apt-get install libgtk2.0-0libgtk2.0-dev libglade2-0 libglade2-dev
Note: For x86_64 systems, do not mix 64-bit and 32-bit libraries unless it cannot be helped. For example, libsvn0 is a 32-bit library, but lib64svn0 is the 64-bit equivalent. The build process may fail in the linkage stage if a 32-bit library is linked during a 64-bit build.
+
+ Finally, a quick reference to install all three clients:
+
+ sudo apt-get install libgtk2.0-0libgtk2.0-dev libglade2-0 libglade2-dev libgtk1.2-dev x11-common
==== Recommended Packages ====
Recommended packages provide additional add-ons or functionality to the client, or allow more than one client to be built. It is quite possible to get a perfectly acceptable client functional without having all of the recommended packages.
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1202522242
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