[Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Tue May 4 15:43:21 CDT 2010
A page in your DokuWiki was added or changed. Here are the details:
Date : 2010/05/04 15:43
User : ryo
Edit Summary: update
@@ -224,15 +224,14 @@
The following tools are used to compile the server:
* Microsoft Visual Studio 6 (service pack 4 probably). Server has not been tested with other versions.
* flex, from [[http://gnuwin32.sourceforge.net/packages/flex.htm]].
* you need it to build ''common/loader.c'' and ''random_maps/reader.c'' from their respective .l. Syntax is: ''flex -oloader.c -i loader.l'', ''flex -oreader.c -i -P rm reader.l'' respectively. The ''-P rm'' seems to be required to not have duplicate symbol issues
- * [[http://www.python.org|Python]] to build the Python plugin. Any version starting from 2.3 should do the trick, if not [[http://sourceforge.net/tracker/?func=add&group_id=13833&atid=113833|report a bug please]]
+ * [[http://www.python.org|Python]] to build the Python plugin. Any version starting from 2.3 should do the trick, if not [[http://sourceforge.net/tracker/?func=add&group_id=13833&atid=113833|report a bug please]]. 1.50 has been tested with Python 2.6 from [[http://www.python.org/download/|Python.org]], [[http://www.python.org/ftp/python/2.6.5/python-2.6.5.msi|direct link (MSI installer)]]
* if you want metaserver2 support, you'll need:
- * libcurl, from [[http://http://curl.haxx.se/]]. You probably want [[http://curl.haxx.se/download/libcurl-7.17.1-win32-nossl-sspi.zip|this file]].
+ * libcurl, from [[http://curl.haxx.se/]]. You probably want [[http://curl.haxx.se/download/libcurl-7.18.0-win32-msvc.zip|this file]] (no SSL support, none needed a priori).
* pthread, obtained from [[http://www.sourceware.org/pthreads-win32/]]. Tested with pthreads-w32-2-8-0-release.exe
- * zlib, file ''zlib123-dll.zip'' from [[http://www.zlib.net/]] ([[http://prdownloads.sourceforge.net/libpng/zlib123-dll.zip?download|direct link]])
+ * zlib, file ''zlib1-dll.zip'' from [[http://sourceforge.net/projects/gnuwin32/|GNU Win32]] ([[http://sourceforge.net/projects/gnuwin32/files/zlib/1.2.3/zlib-1.2.3-bin.zip/download|direct link]])
* copy the following files to the directory you'll run Crossfire from: ''pthreadVC2.dll'', ''zlib1.dll'', ''libcurl.dll''
- * define ''HAVE_CURL_CURL_H'' in the projects settings (project settings -> C/C++ -> general -> preprocessor definitions)
* link the executable to ''libcurl.lib'' and ''pthreadVC2.lib'' (project settings -> link -> general -> object/library modules)
* to build the installer, you need [[http://nsis.sourceforge.net|NSIS]], and [[http://www.perl.org|PERL]] (for maps installer).
* to build archetypes, you need PERL
* once you got the server sources, open a command prompt, go to ''make_win32'' directory, run the ''installwin32.bat'' file. It will create required directories
IP-Address : 82.236.87.204
Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1245720635
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