-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLINKING
48 lines (32 loc) · 1.36 KB
/
LINKING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
The Frames core library is required for all Frames work. The precompiled binaries require the following include paths and linker settings:
* Boost 1.55.0
Include path: deps\boost_1_55_0
* Freetype 2.5.3
Win32 library: deps\freetype-2.5.3\win32\lib\freetype253MT.lib
Win64 library: deps\freetype-2.5.3\win64\lib\freetype253MT.lib
* Libjpeg 9
Win32 library: deps\jpeg-9\win32\lib\jpeg.lib
Win64 library: deps\jpeg-9\win64\lib\jpeg.lib
* Libpng 1.4.3
Win32 library: deps\libpng-1.4.3\win32\lib\libpng14.lib
Win64 library: deps\libpng-1.4.3\win64\lib\libpng14.lib
* Zlib 1.2.8
Win32 library: deps\zlib-1.2.8\win32\lib\zlib.lib
Win64 library: deps\zlib-1.2.8\win64\lib\zlib.lib
----
The optional OpenGL renderer requires the following additional libraries:
* Windows Opengl library
Windows library: opengl32.lib, provided with your compiler
* glew 1.10.0
Win32 library: deps\glew-1.10.0\win32\lib\glew32s.lib
Win64 library: deps\glew-1.10.0\win64\lib\glew32s.lib
----
The optional D3D11 renderer requires the following additional libraries:
* Direct3D 11
Windows library: d3d11.lib, included with the Platform SDK
* DXGI library
Windows library: dxgi.lib, included with the Platform SDK
* HLSL compiler
Windows library: d3dcompiler.lib, included with the Platform SDK
----
The optional null renderer does not require any additional libraries.