Clarify OpenTK.dll.config use for #217

This commit is contained in:
Roman M. Yagodin 2015-02-11 08:53:12 +03:00
parent 2de9c0b907
commit bbbe95a78d

View file

@ -28,6 +28,10 @@ Instructions
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:
1. Copy OpenTK.dll and OpenTK.dll.config to your project directory