SVN Instructions

OpenViBE source code is hosted on the Inria gForge in a SVN repository.

Using subversion

In order to obtain the source code you will need to have the Subversion software installed on your system.

  • On Linux you should use the subversion package provided by your system
  • On Windows you can use a GUI version of the subversion. We recommend TortoiseSVN which can be downloaded from http://tortoisesvn.tigris.org.

SVN repository address

Getting the latest (unstable) version of the source code from the forge can be done thanks to the following commands:

  • For an anonymous checkout of the latest trunk
svn checkout svn://scm.gforge.inria.fr/svn/openvibe/trunk
  • If you want to use the source code from a specific tag, you can use the following command, where VERSION is the tag version (0.1.0, 0.2.0, etc.)
svn checkout svn://scm.gforge.inria.fr/svn/openvibe/trunk/tags/VERSION

Once you have downloaded the code you can proceed to the build instructions.

This entry was posted in Source code handling and tagged . Bookmark the permalink.