[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Fri Apr 10 00:12:25 CDT 2009
A page in your DokuWiki was added or changed. Here are the details:
Date : 2009/04/10 00:12
User :
Edit Summary: Updates to the required packages
@@ -39,14 +39,14 @@
* libsqlite3-0 - SQLite 3 shared library (used by cflogger)
* libpython2.4 - Python shared object library (used by game features such as bank, post office, slot machines, etc.)
* libpython2.4-devel - Required to compile python support into the server
* libcurl3 - - Multi-protocol file transfer library (required by metaserver2)
- * libcurl3-dev - Transitional package to libcurl3-openssl-dev (required by metaserver2)
+ * libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL) (required by metaserver2)
* libsvn-dev - Development files for Subversion libraries (required for Subversion revision number reporting in metaserver2)
As a quick reference:
- sudo apt-get install check autoconf libsqlite3-0 libcurl3 libcurl3-dev libsvn-dev
+ sudo apt-get install check autoconf libsqlite3-0 libcurl3 libcurl4-openssl-dev libsvn-dev
Installing Python and which version is still under investigation/discussion
* lib64python2.4-2.4.3 is known to work on Mandriva 2007.0 x86_64
* python2.4-dev is known to work on Ubuntu
@@ -54,9 +54,8 @@
==== 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.
- * autoconf2.5 - Running autogen.sh to fix up build scripts will require autoconf.
* cproto - supports `make proto` to automatically update prototype files.
* sudo - Provide limited super user privileges to specific users
* Not required, but `sudo make install` is useful for installing to system directories.
* sudo is also useful for installing packages that are missing.
IP-Address : 216.243.156.5
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1235684910
New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list