Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Dean Ellis edited this page Sep 17, 2021 · 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 https://opentk.net

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