From bbbe95a78d03fb8c1d3b34cee66f5cc17a2d6308 Mon Sep 17 00:00:00 2001 From: "Roman M. Yagodin" Date: Wed, 11 Feb 2015 08:53:12 +0300 Subject: [PATCH] Clarify OpenTK.dll.config use for #217 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9304bfba..dd2c5b39 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,11 @@ OpenTK is available for Windows, Linux, Mac OS X, *BSD, SteamOS, Android and iOS Instructions ============ -The simplest way to use OpenTK in your project is to install the [NuGet package](http://www.nuget.org/packages/OpenTK/). +The simplest way to use OpenTK in your project is to install the [NuGet package](http://www.nuget.org/packages/OpenTK/). + +Note what installing NuGet package will add reference to OpenTK.dll, but OpenTK.dll.config +will not be copied to the project output directory automatically, so you need to add it to your project +and then enable the "Copy to Output Directory" option (as in step 3 below). Alternatively, download the [OpenTK binaries](http://www.opentk.com) and: