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

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Sun Jun 19 15:37:49 CDT 2011


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

Date        : 2011/06/19 15:37
User        : 
Edit Summary: 

@@ -158,13 +158,8 @@
  Double check that you are in the correct directory which is the server directory
  
     $ pwd
     /home/<username>/server.svn
- 
- 
- 
- 
- 
  
  ==== COMPILE ====
  
  SVN commit (~2007-Mar-30) changed the build process for the server; use the following command in the server root directory:
@@ -177,27 +172,27 @@
  
  (Otherwise do the following, and look below for optional arguments to autogen.sh)
  Now you are going to begin the compile process; choose one of the following:
  
-   $ ./configure && make && sudo make install
+   $ ./configure && make && make install
  
  Any missing dependencies, errors or similar problems during the compile process will be listed.  Each should be addressed or resolved accordingly.
  
  **Optional:** If you want to have more useful debugging information in case of crashes, set the CFLAGS environment variable to disable optimization (-O0) and enable debugging (-g): That is a uppercase letter O and a zero
  
-   $ CFLAGS="-O0 -g" ./configure && make && sudo make install
+   $ CFLAGS="-O0 -g" ./configure && make && make install
  
  **Optional:** For even more gdb debugging information, add -ggdb3 to the command
  
-   $ CFLAGS="-O0 -ggdb3" ./configure && make && sudo make install
+   $ CFLAGS="-O0 -ggdb3" ./configure && make && make install
  
  **Optional:** To disable the unit test or check when compiling the server, use ./configure --disable-check
  
-   $ ./configure --disable-check && make && sudo make install
+   $ ./configure --disable-check && make && make install
  
  **Optional:** To enforce the unit test or check when compiling the server, use make -k check
  
-   $ ./configure && make -k check && sudo make install
+   $ ./configure && make -k check && make install
  
  
  
  


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