Skip to content
rolfbjarne edited this page Dec 6, 2011 · 4 revisions

OpenTK is a set of bindings to OpenGL, OpenCL and OpenAL. This is not the main repository, just a temporary import to allow Mono developers to make changes to this module.

Please do not contribute changes here, contribute them to the upstream maintainers at http://www.opentk.com

Fetching upstream changes

To update from the upstream svn repository, add the following to your .git/config:

[svn-remote "svn"]
        url = https://opentk.svn.sourceforge.net/svnroot/opentk
        fetch = trunk:refs/remotes/trunk
        branches = branches/*:refs/remotes/*
        tags = tags/*:refs/remotes/tags/*

then run "git checkout master && git svn rebase" (This may take some time, git may have to fetch a lot of metadata from the svn repository first).

Clone this wiki locally