|
|
Requirements For Mud Client
[ Windows Users ] [ Windows Developers ]
Linux Users ] [ Linux Develoers ]
In order to be cross platform compatible, a few libraries were used to develop
this client. What does this mean? In order to run the client, your computer has
to have the libraries that this client uses in order to run. We've taken the
hastle out of searching for these libraries for windows users. For those running
Linux, details are given for downloaded the needed libs below.
Window User Requirements / Downloads
All requirements for windows users are shipped in the FULL version
Window Developer Requirements / Downloads
If you are wanting to recompile the client specifically for your mud. We recommend
you to use the following sources for recompiling. Regular users do not need to
recompile. Simply download the FULL version and install for windows.
DEV-CPP is what I use to compile on windows
- URL:
http://www.bloodshed.net/dev/devcpp.html
install it in c:\devcpp
add $DEVCPP_PATH/bin in PATH (in my case PATH=c:\devcpp\bin;%PATH%a
PYTHON for the dll recompile
- URL:
http://www.python.org/ftp/python/2.3.4/Python-2.3.4.exe
install it c:\python
GTK+ development environment
- URL:
http://gladewin32.sourceforge.net/
install it in c:\Program Files\Common Files\GTK
pcre for regex handling
- URL:
http://gnuwin32.sourceforge.net/downlinks/pcre-lib-zip.php
unzip it c:\devextra
zlib for mccp handling
- URL:
http://www.winimage.com/zLibDll/zlib122.zip
unzip it c:\devextra
build the import library:
- dlltool -D zlib1.dll -d win32/zlib.def -l lib/libzdll.a
- in c:\devextra directory
sqlite for the plugins
- URL:
http://www.sqlite.org/sqlite-source-3_0_8.zip
unzip it c:\devextra
Linux User Requirements / Downloads
As of version 1.7, all required libraries are shipped with the client and
are handled at configuration time. The required libraries are:
Sqlite3
LibMXP
PCRE
Zlib
|
|