File Archive

Git origin/master

Release v3.2.0 (2020-Aug-23)

$ tar zxvf ROBAST-3.2.0.tar.gz
$ cd ROBAST-3.2.0
$ make

Git Repository

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

Subversion (SVN) Repository

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