Updated dependency documentation

Added license files for ikvm, monolinker and cecil. Added usage
instructions for monolinker.
This commit is contained in:
Stefanos A. 2013-12-06 00:46:32 +01:00
parent a4f59f7384
commit 21e59d7659
5 changed files with 84 additions and 12 deletions

View file

@ -3,18 +3,20 @@ dependencies for OpenTK. These are meant for your convenience
and are completely optional to use.
The folder structure is split by CPU architecture:
Dependencies/license - license files
Dependencies/managed - .Net assemblies compiled for AnyCPU
Dependencies/x86/ - compiled for 32bit Intel and AMD processors
Dependencies/x64/ - compiled for 64bit Intel and AMD processors
Dependencies/ - contains readme and license files
The dependencies are as follows:
To deploy a dependency, simply copy it to your application directory, along with the relevant license file.
Detailed instructions follow.
[SDL2.dll]
[libSDL2.dylib]
The Simple DirectMedia Library compiled for Windows and Mac OS X.
Copy these to your application directory in order to use the SDL2
The Simple DirectMedia Library compiled for Windows and Mac OS X. Copy to your application directory in order to enable the SDL2
platform backend for OpenTK.
http://libsdl.org
@ -55,15 +57,25 @@ Linux and Mac OS X support OpenAL out of the box.
[libGLESv2.dll]
[d3dcompiler_46.dll]
ANGLE Project compiled for Windows. Copy these to your application
directory in order to use OpenGL ES 2.0 on Windows.
ANGLE Project compiled for Windows. Copy these to your application directory in order to use OpenGL ES 2.0 on Windows.
https://code.google.com/p/angleproject/
"The goal of ANGLE is to allow Windows users to seamlessly run WebGL
and other OpenGL ES 2.0 content by translating OpenGL ES 2.0 API
calls to DirectX 9 or DirectX 11 API calls."
"The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES 2.0 content by translating OpenGL ES 2.0 API calls to DirectX 9 or DirectX 11 API calls."
These are required if you wish to publish an OpenGL ES application
to the Windows Store. You can also use these in order to port or test
OpenGL ES code from and to mobile devices (Android, iPhone).
These are required if you wish to publish an OpenGL ES application to the Windows Store. You can also use these in order to port or test OpenGL ES code from and to mobile devices (Android, iPhone).
[monolinker]
Mono Linker project. Use this to reduce the size of OpenTK.dll.
http://www.mono-project.com/Linker
"The linker is a tool one can use to only ship the minimal possible set of functions that a set of programs might require to run as opposed to the full libraries."
Execute as follows:
monolinker.exe -a YourApplication.exe
where "YourApplication.exe" is the name of your application binary. This command will create a new folder "output/" with a copy of your application and optimized version of OpenTK.dll and any other dll your application is using.

19
Dependencies/cecil.COPYING.txt vendored Normal file
View file

@ -0,0 +1,19 @@
Copyright (c) 2008 - 2011, Jb Evain
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

20
Dependencies/ikvm.COPYING.txt vendored Normal file
View file

@ -0,0 +1,20 @@
Copyright (C) 2002-2012 Jeroen Frijters
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jeroen Frijters
jeroen@frijters.net

BIN
Dependencies/managed/monolinker.exe vendored Normal file

Binary file not shown.

21
Dependencies/monolinker.COPYING.txt vendored Normal file
View file

@ -0,0 +1,21 @@
Copyright (c) 2007 Novell, Inc and the individuals listed on the
ChangeLog entries.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.