[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Mon Jun 11 20:18:30 CDT 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/06/11 20:18
User : leaf
Edit Summary: How to force a unit test or check during the server compilation
@@ -155,8 +155,12 @@
**Optional:** To disable the unit test or check when compiling the server, use ./configure --disable-check
$ ./configure --disable-check && make && sudo 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
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
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1181578781
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