[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:36:44 CDT 2011
A page in your DokuWiki was added or changed. Here are the details:
Date : 2011/06/19 15:36
User :
Edit Summary:
@@ -103,10 +103,8 @@
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.60.0 server.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.60.0 maps.svn
$ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.60.0 arch.svn
-
-
==== SETUP ====
This confirms that you are still in your home directory
@@ -124,21 +122,22 @@
/home/<username>/server.svn
This step "links" two directories to each other which makes the compile process more automated
- $ sudo ln -s /home/<username>/maps.svn maps
+ $ 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:
$ sudo mkdir -p /usr/games/crossfire/share/crossfire
+ $ sudo chown <username>.<username> /usr/games/crossfire/
- What that does, is it creates a directory located here: /usr/games/crossfire/share/crossfire
+ What that does, is it creates a directory located here: /usr/games/crossfire/share/crossfire and changes the ownership of this directory to your user
Now this step "links" two directories to each other which makes the compile process more automated
- $ sudo ln -s /home/<username>/maps.svn /usr/games/crossfire/share/crossfire/maps
+ $ ln -s /home/<username>/maps.svn /usr/games/crossfire/share/crossfire/maps
Now change directory (hence the cd) to the directory that contains the library files
$ cd lib
IP-Address : 107.2.148.83
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1307742156
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