[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Mon Aug 25 03:43:46 CDT 2014
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/08/25 03:43
User : saru
Edit Summary: added suggestion for when chown fails to correctly assign permissions and loses ln -s for maps as occurred today using ubuntu server 14.
@@ -196,8 +196,9 @@
**Optional:** To enforce the unit test or check when compiling the server, use make -k check
$ ./configure && make -k check && make install
+
==== LAUNCH ====
Once the server has been successfully built (aka compiled), you need to launch the Crossfire Server application
@@ -220,8 +221,16 @@
$ ./crossfire-server &
What that command will do is run the Crossfire server and return you back to bash or shell prompt
+
+ === failure to launch ===
+ If crossfire-server is unable to locate the maps file it may be because the chown command didn't work. A simple fix is to:
+
+ $ sudo chown -R <username>.<username> /usr/games/crossfire/
+ $ ln -s /home/crossfire/maps.svn /usr/games/crossfire/share/crossfire/maps
+
+ Note, great care should be taken in using chown -R as this will change all permissions in the parent directory (e.g. if you sudo chown -R <username>.<username> / you will break you linux install
=== Launch, Part2 ===
IP-Address : 59.167.121.117
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1405323412
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