[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 19:55:03 CST 2008
A page in your DokuWiki was added or changed. Here are the details:
Date : 2008/02/08 19:55
User : leaf
Edit Summary: Updated package descriptions and version for client compile
@@ -9,11 +9,11 @@
Many of these packages (listed alphabetically) may already be installed on your system, but this list may help with setup of a build environment. When in doubt, carefully look over the results of the ./configure step as it will often imply when packages are missing. Everything is not always required, but without everything, certain functionality may be disabled.
===General===
- * autoconf2.5 - A tool for building configure scripts.
+ * autoconf - automatic configure script builder
* Normally autoconf is not required for building, but the current SVN client trunk does require it.
- * automake1.9 - A tool for generating GNU Standards-compliant Makefiles.
+ * automake - A tool for generating GNU Standards-compliant Makefiles.
* flex - A fast lexical analyzer generator
* m4 - a macro processing language (required by flex)
* gcc - The GNU C compiler
* libgd-tools - GD command line tools and example code
@@ -23,12 +23,15 @@
* 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
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
+ sudo apt-get install autoconf automake flex gcc libgd-tools libgd2-xpm-dev libtool make subversion libsdl1.2-dev libsdl-image1.2-dev libgtk1.2-dev
===X11 Client===
* x11-common - X Window System (X.Org) infrastructure (FIXME - double check this package)
@@ -55,15 +58,15 @@
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.
* 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)
+ * libcurl3 - Multi-protocol file transfer library (OpenSSL)
+ * libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL)
* FIXME ( any more?)
As a quick reference:
- sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libcurl3 libcurl3-dev
+ sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libcurl3 libcurl4-openssl-dev
==== Useful Packages ====
These useful packages are not normally required for end-user builds, but they come in handy in cases where developers may have forgotten to check in changes to build scripts, etc.
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1194921106
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