---++ Download WMSX The software is available at: http://wmsx.max.berger.name/wmsx/download The software is available under the GNU GPL v3.0. One option is to simply install the precompiled bundle =wmsx-xxx-distribution.zip=. Simply copy the contents of the subdirectories of the bundle to the appropriate prefix directory (e.g. =/usr/local=). Other option is to compile the =wmsx-parent-xxx-src.zip= source bundle as explained below. The installation works the same as for the precompiled bundle. ---+++ Build instructions * Install JDK 1.5 or newer * Download package from http://www.java.com/ * Install package * Set the environmental variable =JAVA_HOME= to your JDK installation * Add =$JAVA_HOME/bin= to your =PATH= environmantal variable * Install Maven 2.0.8 or newer * Download package from http://maven.apache.org/ * Install package * Add =your_maven_installation_directory/bin= to your =PATH= environmental variable * Compile from =wmsx-parent-xxx-src.zip= source bundle * Download source bundle from http://wmsx.max.berger.name/wmsx/download * Unpack source bundle and go inside: <verbatim> > unzip -d wmsx-parent-xxx-src wmsx-parent-xxx-src.zip > cd wmsx-parent-xxx-src </verbatim> * Get third party JAVA archives to Maven: <verbatim> > cd extra > rm -rf ~/.m2 # If your home is on AFS disk space, you may need to do the following, if compilation fails: # - create and edit ~/.m2/settings.xml: # <settings> # <localRepository>some_local_directory</localRepository> # </settings> > sh install_3rd_party > cd .. </verbatim> * Build from source: <verbatim> > mvn package install </verbatim> * Install the resulting tarball: <verbatim> > cd .. > cp wmsx-parent-xxx-src/wmsx/target/wmsx-xxx.tar.gz . > tar -xzf wmsx-xxx.tar.gz > mv wmsx wmsx-xxx > cd wmsx-xxx > autoreconf -if > ./configure [options] > make > make install </verbatim> * Make sure that the according installation target directories are listed in =PATH= and in =LD_LIBRARY_PATH=.
This topic: RmiGrid
>
WebHome
>
WmsxSoftware
>
WmsxDownload
Topic revision: r9 - 2009-07-07 - AndrasLaszlo
Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback