Versions Compared

Key

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

...

The project itself is cross-platform and should run on Linux, OSX and Windows.  These setup instructions assume a Unix-like environment using the bash shell.  Windows users should be able to execute the equivalent commands on their system to perform the installation successfully.

Java

Info
titleJava on your system

If you are using a shared Unix environment or a machine that is centrally managed, you will want to check first with your system administrator about installing Java.  They may want to do this themselves, or the JDK may already be installed and available for you to use without needing to install it yourself.

The software is currently compatible with Java versions 1.7 and greater.  It will not currently build with Java 1.6 or other earlier versions.  You need to download the "Java Platform (JDK)" and not just the JRE.

...

If this command does not work, then you should check that the PATH variable is set correctly.

Subversion

Subversion is the source control system system used to obtain the source code from a remote server.

If you are using a shared Unix