[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:18:50 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/11/12 20:18
User : leaf
Edit Summary: Update package dependencies for clients
@@ -23,13 +23,8 @@
* make - The GNU version of the "make" utility
* subversion - advanced version control system (aka. svn)
* libapr0 - the Apache Portable Runtime (required by subversion)
* libsvn0 - shared libraries used by Subversion (aka. svn) (required by subversion)
- * libsdl1.2-dev - Simple DirectMedia Layer development files
- * libsdl-image1.2-dev - development files for SDL 1.2 image loading libray
- * libgtk1.2-dev - Development files for the GIMP Toolkit
- * libcurl3 - - Multi-protocol file transfer library (required by metaserver2)
- * libcurl3-dev - Transitional package to libcurl3-openssl-dev (required by metaserver2)
As a quick reference:
sudo apt-get install autoconf2.5 automake1.9 flex gcc libgd-tools libgd2-xpm-dev libtool make subversion libsdl1.2-dev libsdl-image1.2-dev libgtk1.2-dev libcurl3 libcurl3-dev
@@ -39,37 +34,27 @@
* FIXME (more...)
===GTKv1 Client===
- * FIXME (more...)
+ * libgtk1.2-dev - Development files for the GIMP Toolkit
===GTKv2 Client===
- * libglade2.0_0-devel
- * libglade-2.0
- * libgtk-x11-2.0
- * libxml2 - GNOME XML library
- * libz
- * libgdk-x11-2.0
- * libatk-1.0
- * libgdk_pixbuf-2.0
- * libm
- * libpangocairo-1.0
- * libpango-1.0
- * libcairo
- * libgobject-2.0
- * libgmodule-2.0
- * libdl
- * lglib-2
+ * libgtk2.0-0 - The GTK+ graphical user interface library
+ * libgtk2.0-dev - Development files for the GTK+ library
+ * libglade2-0 - library to load .glade files at runtime
+ * libglade2-dev - development files for libglade
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.
==== 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.
- * libSDL
- * libSDL_image
+ * libsdl1.2-dev - Simple DirectMedia Layer development files
+ * libsdl-image1.2-dev - development files for SDL 1.2 image loading libray
+ * libcurl3 - - Multi-protocol file transfer library (required by metaserver2)
+ * libcurl3-dev - Transitional package to libcurl3-openssl-dev (required by metaserver2)
* FIXME (more...)
==== Useful Packages ====
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1194919509
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