Download

Amalegeni core file

Download

Download the latest file here:

Older versions:

Install

I put the amalegeni file under /opt, and then add a softlink from /opt/amalegeni to /opt/amalegeni-X.Y.

Script

Create a script called 'amalegeni' in your ~/bin directory, which contains this:

#!/bin/bash

# define AMALEGENI_HOME
export AH=/opt/amalegeni

# create a classpath
export CP=$CLASSPATH:$AH/amalegeni.jar

java -cp $CP amalegeni.Main $*

Make this script executable.

chmod +x amalegeni

Amelegeni source

Later. If impatient then mail me..

SVN log

svnlog

© Willem Moors, 2009 - 2012