Installation instructions for ESPAM =================================== Automatic Installation ---------------------- You can use the BASH script named `setup_espam.sh` (exists in the same directory as this file) to install espam automatically. This can be done by executing the following commands: mkdir espam cd espam wget http://daedalus.liacs.nl/espam/release_20120907/setup_espam.sh chmod +x setup_espam.sh ./setup_espam.sh [$JAVA_JDK_PATH|clean] The script takes two options: $JAVA_JDK_PATH which points to your Java JDK installation, and clean which cleans the current ESPAM installation. If $JAVA_JDK_PATH is not specified, then the script will search for the default Java JDK on your machine. After running the previous commands, you should have espam installed under the espam directory. Manual Installation ------------------- If, for any reason, setup_espam.sh does not work. You still can install espam by following the instructions below. 1. Before installing ESPAM, you need to install Java SDK. See below: a) Installing Java SDK: - download Java JDK (Java Development Kit) version 5.0 or later from http://www.oracle.com/technetwork/java/javase/downloads/index.html - follow the installation instructions on the web-page 2. Extract ESPAM from the tarball tar -xzvf espam-1.9.1.tgz 3. Configure, compile, and install Espam as follows: cd ./espam-1.9.1/ ./configure [--with-java=path where Java is installed] make 4. You can run ESPAM by using the following executable script: ./espam-1.9.1/bin/espam That's all! Todor Stefanov (stefanov@liacs.nl), 07.09.2012