Updated build instructions.

This commit is contained in:
Stefanos A. 2013-11-21 09:34:34 +01:00
parent b7af883cff
commit fef8a9e840

View file

@ -16,6 +16,6 @@ For more details, refer to "http://www.opentk.com/doc".
If you are using a fresh SVN checkout execute Build.exe to generate OpenTK.sln (simply press enter when prompted).
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.
You can build OpenTK.sln using Visual Studio 2010+, SharpDevelop 3.0+, MonoDevelop 2.0+. Additionally, you can use msbuild 9+ (.Net) or xbuild 2.4.2+ (Mono) to build OpenTK.sln from the commandline.
The resulting binaries will be placed into the Binaries/OpenTK/[Release|Debug] folders.