The JAVA based GUI is now state of the art. (Allows us to run on 64 bit machines.)
Documentation of the installation steps:
# download java at least version 1.6
http://java.com/en/download/linux_manual.jsp?locale=en&host=java.com:80
chmod u+x jre-6u11-linux-i586.bin
export MYJAVA=$PWD/java_1.6
export PATH=$PATH:$MYJAVA/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MYJAVA/lib
export JAVA_HOME=$PWD/java_1.6
export PLUGIN_HOME=$MYJAVA/plugin
./jre-6u11-linux-i586.bin
# otherwise use preinstalled JAVA
# download
jddd.jnlp from
http://jddd.desy.de/webstart.html
javaws jddd.jnlp
# start application with
javaws odr_param.xml
--
ValeriaBartsch - 09 Dec 2008