[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Fri Dec 28 18:33:42 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/12/28 18:33
User : kbulgrien
Edit Summary: ln -s command had reversed parameters for maps/maps.svn
@@ -98,8 +98,9 @@
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.10.0 server.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.10.0 maps.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.10.0 arch.svn
+
==== SETUP ====
This confirms that you are still in your home directory
@@ -117,9 +118,9 @@
/home/<username>/server.svn
This step "links" two directories to each other which makes the compile process more automated
- $ sudo ln -s maps /home/<username>/maps.svn
+ $ sudo ln -s /home/<username>/maps.svn maps
This step "links" two directories to each other which makes the compile process more automated and is used by the server once Crossfire server is up and running. This links the server to the map files which you downloaded earlier.
First, create the necessary directory tree for the map files with this command:
IP-Address : 70.254.39.97
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1194916245
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