[Crossfire-wiki] [Crossfire DokuWiki] page changed:	crossfire_compile_guide
    no-reply_wiki at metalforge.org 
    no-reply_wiki at metalforge.org
       
    Sat Sep  1 19:20:44 CDT 2007
    
    
  
A page in your DokuWiki was added or changed. Here are the details:
Date        : 2007/09/01 19:20
User        : 
Edit Summary: Clarify autogen.sh instructions.
@@ -149,8 +149,9 @@
  Double check that you are in the correct directory which is the server directory
  
     $ pwd
     /home/<username>/server.svn
+ 
  
  ==== COMPILE ====
  
  Now you are going to begin the compile process; choose one of the following:
@@ -168,12 +169,12 @@
    $ ./configure && make -k check && sudo make install
  
  Recent SVN commit (~2007-Mar-30) changed the build process for the server; use the following command in the server root directory:
  
-   $ sh autogen.sh; ./configure && make && sudo make install
- 
+   $ sh autogen.sh && make && sudo make install
  
- autogen.sh script re-creates the configure (./configure) script while the rest of the command starts the compile (build) process.
+ autogen.sh script re-creates the configure (./configure) script while the rest of the command starts the compile (build) process.  Pass the same options to autogen.sh as you would normally pass to ./configure since autogen.sh calls ./configure.
+ This command requires both autoconf and automake to be installed.
  
  ==== LAUNCH ====
  
  Once the server has been successfully built (aka compiled), you need to launch the Crossfire Server application
IP-Address  : 66.137.82.229
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1188691940
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