From fef8a9e8407ecd0716c04eb1b023ebf8400ad9df Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Thu, 21 Nov 2013 09:34:34 +0100 Subject: [PATCH] Updated build instructions. --- Documentation/Instructions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Instructions.txt b/Documentation/Instructions.txt index faa4fe18..f760f63d 100644 --- a/Documentation/Instructions.txt +++ b/Documentation/Instructions.txt @@ -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. \ No newline at end of file