Versions Compared

Key

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

...

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

...

Git

Info
titleSubversion on your system

Subversion Git is a common tool on Unix systems, and it is likely already installed for you to use.  If not, then check with your system administrator about installing it.

Subversion Git is the source control system system used to obtain the source code from a remote server.  You will need the Subversion Git client tool in order to checkout the HPS Java code.Subversion should not be compiled from source code.  It is probably best to either have your local administrator install it if it is not present already, or you can use your package manager (like yum on Redhat systems).

This is an example of using your package manage to do thisinstall git, assuming it is not already present.

No Format
sudo yum install subversiongit

Windows users can install the TortoiseSVN tool, but its usage is not covered in these instructionsmay also want to install a graphical client such as TortoiseGit.

Build Instructions

Obtaining the Source Code

...