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. | |||||||
|