Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1452 | chris | 1 | === Installation === |
| 2 | |||
| 3 | OpenTK does not require installation. Simply decompress the archive to a folder of your choice. |
||
| 4 | |||
| 5 | |||
| 6 | === Usage === |
||
| 7 | |||
| 8 | To use OpenTK, simply add "OpenTK.dll" as a reference to your project. You can find this file under "Binaries/OpenTK". |
||
| 9 | |||
| 10 | Additionally, you should add "OpenTK.dll.config" to your project and set it to be copied to your output directory. Without OpenTK.dll.config, your application will not function correctly on Linux or MacOS. |
||
| 11 | |||
| 12 | For more details, refer to "http://www.opentk.com/doc". |
||
| 13 | |||
| 14 | |||
| 15 | === Build instructions === |
||
| 16 | |||
| 17 | If you are using a fresh SVN checkout execute Build.exe to generate OpenTK.sln (simply press enter when prompted). |
||
| 18 | |||
| 19 | You can build OpenTK.sln using Visual Studio 2005+, SharpDevelop 2.0+, MonoDevelop 2.0+. Additionally, you can use msbuild 9+ (.Net) or xbuild 2.4.2 (Mono) to build OpenTK.sln from the commandline. |
||
| 20 | |||
| 21 | The resulting binaries will be placed into the Binaries/OpenTK/[Release|Debug] folders. |