$ tar zxvf ROBAST-3.2.0.tar.gz
$ cd ROBAST-3.2.0
$ make
If you are already familiar with Git, please visit our GitHub page https://github.com/ROBAST/ROBAST for the ROBAST Git repository.
$ git clone https://github.com/ROBAST/ROBAST.git ROBAST
$ cd ROBAST
$ make
If you prefer SVN to Git, you can checkout
the ROBAST repository by SVN. You can find more details at Support for Subversion clients.
$ svn checkout --depth empty https://github.com/ROBAST/ROBAST ROBAST
$ cd ROBAST
$ svn update trunk
$ cd trunk
$ make