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

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Sat Aug 14 22:09:23 CDT 2010


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

Date        : 2010/08/14 22:09
User        : 
Edit Summary: 

@@ -153,13 +153,21 @@
  Double check that you are in the correct directory which is the server directory
  
     $ pwd
     /home/<username>/server.svn
+ 
  
  
  
  
  ==== COMPILE ====
+ 
+ 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 && make && sudo make install
+ 
+ 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.
  
  Now you are going to begin the compile process; choose one of the following:
  
    $ ./configure && make && sudo make install
@@ -177,14 +185,9 @@
  **Optional:** To enforce the unit test or check when compiling the server, use make -k check
  
    $ ./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 && make && sudo make install
- 
- 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 ====


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