Difference between revisions of "FAQ"

From Mudlet
Jump to navigation Jump to search
m
Line 1: Line 1:
 
: Q: Where can I get it?
 
: Q: Where can I get it?
: A: Mudlet can be downlaoded from SourceForge at: http://mudlet.sourceforge.net/wordpress/?page_id=30
+
: A: Mudlet can be downloaded from SourceForge at: http://mudlet.sourceforge.net/wordpress/?page_id=30
  
 
: You can download the source code of the latest git-version here: http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=snapshot;h=HEAD;sf=tgz
 
: You can download the source code of the latest git-version here: http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=snapshot;h=HEAD;sf=tgz
  
: You can access the git repository with all versions here (chose "snapshot" to download the source of the respective git commit): http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=summary
+
: You can access the git repository with all versions here (choose "snapshot" to download the source of the respective git commit): http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=summary
  
 
: ***NOTE*** You need to link mudlet against the qt-4.6-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.
 
: ***NOTE*** You need to link mudlet against the qt-4.6-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.

Revision as of 20:17, 12 April 2011

Q: Where can I get it?
A: Mudlet can be downloaded from SourceForge at: http://mudlet.sourceforge.net/wordpress/?page_id=30
You can download the source code of the latest git-version here: http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=snapshot;h=HEAD;sf=tgz
You can access the git repository with all versions here (choose "snapshot" to download the source of the respective git commit): http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=summary
***NOTE*** You need to link mudlet against the qt-4.6-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.


Q: Is there a Manual?
A: Yes. The manual and supporting documentation can be found here Manual & Documentation: http://mudlet.git.sourceforge.net/git/gitweb.cgi?p=mudlet/mudlet;a=blob_plain;f=src/mudlet_documentation.html;hb=HEAD