[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Tue Mar 6 18:04:12 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/03/06 18:04
User : leaf
Edit Summary: Content additions and updates
@@ -1,8 +1,9 @@
+ This is a generalized quide on how to download source files from SVN and compile a server (under *nix) for local use or testing.
==== Requirements ====
- FIXME -- this needs to be updated
+ FIXME -- requirements list needs to be tested and confirmed
* libpng3-dev
* make
* flex
@@ -40,8 +41,16 @@
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/trunk server.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/trunk maps.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk arch.svn
+
+ The steps have you download trunk, but you could also use branches/1.x or tags/1.10.0 as well. For instance:
+
+ $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/branches/1.x server.svn
+
+ Or
+
+ $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.10.0 server.svn
==== SETUP ====
This confirms that you are still in your home directory
@@ -93,5 +102,5 @@
Now you are going to begin the compile process
$ sudo ./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.
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1173224881
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