
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSX | ||||||||
| Line: 50 to 50 | ||||||||
| > cp -r wmsx-xxx/* $PREFIX/ # Here the directory PREFIX is some target directory, e.g. /usr/local or /usr etc. | ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
| \ No newline at end of file | ||||||||
| Added: | ||||||||
| > > |
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSX | ||||||||
| Line: 8 to 8 | ||||||||
| The software is available under the GNU GPL v3.0. | ||||||||
| Changed: | ||||||||
| < < | 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. | |||||||
| > > | 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-aggregator-xxx-src.zip source bundle as explained below. | |||||||
| Changed: | ||||||||
| < < | Build instructions | |||||||
| > > | Build instructions (from wmsx-2.0.2 or newer) | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < | > unzip -d wmsx-parent-xxx-src wmsx-parent-xxx-src.zip > cd wmsx-parent-xxx-src | |||||||
| > > | > unzip wmsx-aggregator-xxx-src.zip > cd wmsx-aggregator-xxx | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Deleted: | ||||||||
| < < | > 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:
# | ||||||||
| Deleted: | ||||||||
| < < | > sh install_3rd_party > cd .. | |||||||
| ||||||||
| Changed: | ||||||||
| < < | > mvn package install | |||||||
| > > | > mvn | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
> cd .. | ||||||||
| Changed: | ||||||||
| < < | > 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 | |||||||
| > > | > cp wmsx-aggregator-xxx/wmsx/target/site/download/wmsx-xxx-distribution.zip . > unzip wmsx-xxx-distribution.zip > cp -r wmsx-xxx/* $PREFIX/ # Here the directory PREFIX is some target directory, e.g. /usr/local or /usr etc. | |||||||
| ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSXThe software is available at: | ||||||||
| Changed: | ||||||||
| < < | http://wmsx.max.berger.name/download | |||||||
| > > | http://wmsx.max.berger.name/wmsx/download | |||||||
| The software is available under the GNU GPL v3.0. | ||||||||
| Changed: | ||||||||
| < < | 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). | |||||||
| > > | 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. | |||||||
| Deleted: | ||||||||
| < < | Please note that this is a snapshot release, as there are still some bugs to be ironed out. | |||||||
Build instructions | ||||||||
| Line: 24 to 23 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSX | ||||||||
| Line: 51 to 51 | ||||||||
| > tar -xzf wmsx-xxx.tar.gz > mv wmsx wmsx-xxx > cd wmsx-xxx | ||||||||
| Added: | ||||||||
| > > | > autoreconf -if | |||||||
| > ./configure [options] > make > make install | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSX | ||||||||
| Line: 22 to 22 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSXThe software is available at: | ||||||||
| Changed: | ||||||||
| < < | http://grid.kfki.hu/afs/berger/public/wmsx/wmsx-1.0-SNAPSHOT-distribution.tar.gz | |||||||
| > > | http://wmsx.max.berger.name/download | |||||||
| The software is available under the GNU GPL v3.0. | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Download WMSX | ||||||||
| Line: 32 to 32 | ||||||||
| > unzip -d wmsx-parent-xxx-src wmsx-parent-xxx-src.zip > cd wmsx-parent-xxx-src | ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < | > rm -rf ~/.m2/ | |||||||
| > > | > 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:
# | |||||||
| > sh install_3rd_party > cd .. | ||||||||
| Line: 58 to 58 | ||||||||
| > ./configure [options] > make > make install | ||||||||
| Deleted: | ||||||||
| < < | > cp -r wmsx-xxx/wmsx/lib prefix_directory/libexec/ | |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > | Download WMSX | |||||||
| The software is available at:
http://grid.kfki.hu/afs/berger/public/wmsx/wmsx-1.0-SNAPSHOT-distribution.tar.gz | ||||||||
| Line: 11 to 13 | ||||||||
| The software is available under the GNU GPL v3.0. Please note that this is a snapshot release, as there are still some bugs to be ironed out. \ No newline at end of file | ||||||||
| Added: | ||||||||
| > > |
Build instructions
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > | Newer versions are available at:
http://www.dps.uibk.ac.at/~berger/wmsx/ | |||||||
| The software is available under the GNU GPL v3.0. Please note that this is a snapshot release, as there are still some bugs to be ironed out. \ No newline at end of file | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
| |||||||