Skip to content

Get Source

varianus edited this page Aug 1, 2015 · 3 revisions

Source

OvoPlayer source are hosted on SourceForge in a SVN repository. There is also a GIT mirror, synchronized daily.

with SVN

You can get the very latest source code (unstable version) from SVN repository using the following command:

svn checkout svn://svn.code.sf.net/p/ovoplayer/code/trunk ovoplayer-code

To get latest stable version (1.2) you can use this command:

svn checkout https://sourceforge.net/p/ovoplayer/code/HEAD/tree/branches/1.2/ ovoplayer-1.2

with GIT

Source code are also mirrored in a [GIT](https://en.wikipedia.org/wiki/Git_(software) repository on GitHub. You can clone repository with this command:

git clone https://github.com/varianus/ovoplayer.git

Source tarball

When I release a new version of OvoPlayer, I also make available a tarball containing the source for the release.

You can find them on SourceForge

Clone this wiki locally