Downloads, source code, git repository & documentation

Post Reply
User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Downloads, source code, git repository & documentation

Post by Heiko »

*** Download Latest Binaries And Source Code ***

Mudlet download page on sf.net: http://sourceforge.net/projects/mudlet/ ... rce=navbar

***NOTE*** Due to internal sourceforge software upgrades the URL of the git repository has recently changed. It can be found here:
latest source code:
commit browser: http://sourceforge.net/p/mudlet/code/ci/master/tree/
access via git: git clone git://git.code.sf.net/p/mudlet/code mudlet-code
zip archive of the latest sourcecode: http://sourceforge.net/p/mudlet/code/ci/master/tarball


Manual & Documentation: shipped with every version of Mudlet
( future contributors: http://wiki.mudlet.org/w/Manual:Contents )

*** HOWTO Build Mudlet Yourself ***
You need to link mudlet against the qt-4.7-sdk libs available from qt.nokia.com. Otherwise you'll get random crashes due to broken/incompatible qt and other system libs on your particular Linux distro. Install the sdk into your home directory. It does not interfere with your system qt installation. To link against the qt-sdk libs you need to use qmake from the sdk, then make. make install is no longer supported. Consequently, you need to run mudlet from mudlet/src directory with ./mudlet.

more information:
http://packages.debian.org/unstable/main/mudlet
http://forums.mudlet.org/viewtopic.php? ... =30#p15060

Post Reply