Installation instructions for ESPAM =================================== Automatic Installation ---------------------- You can use the BASH script named `setup.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_20120207/setup.sh chmod +x setup.sh ./setup.sh JAVA_VM_PATH where JAVA_VM_PATH is the path to your Java VM installation. On Ubuntu, you can find Java installations under /usr/lib/jvm/ Manual Installation ------------------- If, for any reason, setup.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 (J2SE Development Kit) version 5.0 or later from http://java.sun.com/javase/downloads/index.jsp - follow the installation instructions on the web-page 2. Installing ESPAM: - extract ESPAM from the tar ball tar -xzvf espam-1.8.0.tgz - configure, compile, and install Espam as follows -> cd ./espam-1.8.0/ ./configure --prefix=`pwd` --with-java=[path where Java is installed] make 3. You can run ESPAM by using the following executable script: ./espam-1.8.0/bin/espam That's all! Todor Stefanov (stefanov@liacs.nl), 09.02.2012