Download
morla source (GNU/Linux)
Current Release: 0.16 source code (md5: 3a53b2c5b7ea5c2378081d65d469a814)List of the previous releases: here
morla binary (Windows)
Current Relase: 0.16 Windows installer (md5: beadd71483842f4a2a19532e5911a455)List of the previous releases: here
morla binary (Mac OS X)
Current Relase: 0.13 MacOSX (Intel) (md5: 92854deccade9f47474e23fdf6981427)List of the previous releases: here
Required
- libnxml is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams: http://www.autistici.org/bakunin/codes.php
- librdf is a set of free software libraries that provide support for the Resource Description Framework (RDF): http://librdf.org
- libxslt is XSLT library: http://xmlsoft.org/XSLT/
- graphviz is a graph visualization software: http://www.graphviz.org
- GTK+ is a multi-platform toolkit for creating graphical user interfaces: http://www.gtk.org
- Glib is a low-level core library: http://www.gtk.org
- GtkHTML is a HTML rendering/editing library: http://ftp.gnome.org/pub/GNOME/sources/libgtkhtml/
- libCurl is a multiprotocol file transfer library: http://curl.haxx.se/
- gconf is the Gnome Configuration System (optional): http://www.gnome.org/projects/gconf/
- JavaScript Engine (optional)
- spider monkey (optional): http://www.mozilla.org/js/spidermonkey/
- njs (optional): http://www.njs-javascript.org/
CVS
CVS is away to storing and tracking changes in the code between releases. The code in CVS is never guaranteed to work correctly, and if something is obviously broken you should not complain about it, this only slows the development process. However, if you feel a need to be more cutting-edge than necessary, or if you desire to hack on the morla project sources, you should use CVS.Step 1. Check out the source
Run the following commands in a directory that you have write access to (such as your home dirctory):cvs -d:pserver:anonymous@ippolita.net:/home/cvs login (Just hit enter for the password) cvs -z3 -d:pserver:anonymous@ippolita.net:/home/cvs co morla
Step 2. Build again
Once yoy have checked the source of the module, run the following commands:cd morla ./autogen.sh ./configure --prefix=/usrIf you see any errors here, you haven't installed everything you need.
make make install
Step 3. Update the source
When there are changes to morla's code, you will want to update you local copy. Run from the directory morla:cvs update -dP ./configure --prefix=/usr make make installThe update will merge all the changes into the current files, and the make will rebuild the morla.


