[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_client_compile_guide

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Thu Feb 12 00:34:40 CST 2009


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

Date        : 2009/02/12 00:34
User        : leaf
Edit Summary: Clarify compile instructions based on feedback

@@ -143,15 +143,17 @@
  
     $ pwd
     /home/<username>/client.svn
  
- A "fool-proof" build preparation that should always work.  By "fool" we're talking about a forgetful developer, not the builder, though nobody can really fool-proof software against bugs, so your mileage may vary.
+ Choose from one of the following:
+ 
+ 1.) A "fool-proof" build preparation that should always work.  By "fool" we're talking about a forgetful developer, not the builder, though nobody can really fool-proof software against bugs, so your mileage may vary.
  
     $ 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:
+ 2.) Run the autogen script as is:
  
    $ 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.
@@ -162,8 +164,12 @@
  
  Now, begin the compile process; choose one of the following:
  
    $ make && make install
+ 
+ Some setups may require you to use sudo, like so:
+ 
+   $ make && sudo make install
  
  ==== LAUNCH ====
  
  Once the server has been successfully built (aka compiled), you need to launch the Crossfire Server application


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