[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:04:57 CST 2008


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2008/02/08 20:04
User        : leaf
Edit Summary: Clarify the use of autogen.sh

@@ -121,8 +121,9 @@
  
  Here's how to download Tag using the 1.10.0 release as an example
  
    $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/tags/1.10.0 client.svn
+ 
  
  ==== SETUP ====
  
  Confirm that you are still in your home directory
@@ -144,8 +145,12 @@
  
     $ export CFLAGS="-ggdb -g -O0"; ./autogen.sh --prefix=${HOME}
  
  The export statement enables debugging and disables optimization to facilitate debugging.  These settings are useful when running software that has not been released, and is the recommended practice so that if a bug is encountered, it will be possible to collect more data about the bug.
+ 
+ Now run the autogen script:
+ 
+   $ sh autogen.sh
  
  The autogen.sh script re-creates the configure (./configure) script.  It accepts the same options as would normally be pass to ./configure.  This command requires both autoconf and automake to be installed.
  
  This process attempts to locate required resources, and also discover whether or not required resources are installed.  It is okay to proceed directly to compilation, but almost certainly the output of the ./configure process needs to be review, and packages may need to be installed based upon what features or functionality is desired.  The ./configure output generally indicates whether it will  or will not build particular clients.


IP-Address  : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_client_compile_guide?rev=1202522415
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