Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As an alternative to the above instructions for building the software locally, you may also download and run a distribution jar from the Nexus repository.

This search URL will show the most recent release list of releases of the distribution jar that can be downloaded.  You can   Select the version that you are interested in and simply click on the "bin jar" link for the distribution version you want to download, save it to your machine, and run it using the previous instructions.

You may also directly download a jar using (rather ugly) URLs like this which should work in tools like wget.

...

Code Block
languagebash
wget "http://srs.slac.stanford.edu/nexus/service/local/artifact/maven/redirect?r=repository/lcsim-maven2-releases&g=org.hps&a=hps-distribution&v=3.6&e=jar&c=binsnapshot/org/hps/hps-distribution/4.4-SNAPSHOT/hps-distribution-4.4-20190612.032534-24-bin.jar" -O hps-distribution-34.64-bin.jar

The above example command will save the 3latest 4.6 4 distribution jar as the file hps-distribution-34.64-bin.jar in the current directory.