OLD | NEW |
| (Empty) |
1 Copyright | |
2 | |
3 | |
4 | |
5 This MSVC++2010 solution is distributed under an LGPL license and is designed to | |
6 | |
7 permit you to compile FontConfig 2.10.1 with Microsoft Visual C++ 2010 Express. | |
8 | |
9 | |
10 | |
11 It is part of the EBU Media-Player project and developped at: | |
12 | |
13 EBU/European Broadcasting Union | |
14 | |
15 Technology and Innovation Department | |
16 | |
17 L'Ancienne-Route 17A | |
18 | |
19 CH-1218 Grand-Saconnex | |
20 | |
21 Switzerland | |
22 | |
23 http://tech.ebu.ch | |
24 | |
25 | |
26 | |
27 This MSVC++ solution was created by : Marco Dos Santos Oliveira at the EBU | |
28 | |
29 dossantos@ebu.ch | |
30 | |
31 | |
32 | |
33 ################################################################################
######################################## | |
34 | |
35 | |
36 | |
37 Content | |
38 | |
39 | |
40 | |
41 This zip file is very similar to the Chun-wei Fan fontconfig_vs9.zip : | |
42 https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack?action=AttachFile&
do=get&target=fontconfig_vs9.zip | |
43 | |
44 released especially for the GTK+ MSVC++ tutorial : | |
45 | |
46 https://live.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack#FontConfig | |
47 | |
48 | |
49 Indeed, it contains all additional files of Chun-wei Fan's solution except his | |
50 | |
51 MSVC++ project because it is outdated. | |
52 | |
53 | |
54 | |
55 Changes are into config.h/config.h.vc and in fontconfig.def | |
56 | |
57 | |
58 | |
59 For more details, I invite you to read the Gtk+ MSVC++ tutorial or to contact me
at | |
60 | |
61 dossantos@ebu.ch | |
62 | |
63 | |
64 | |
65 ################################################################################
######################################## | |
66 | |
67 | |
68 | |
69 Modifications | |
70 | |
71 Definition added to fontconfig.def : | |
72 | |
73 - FcCacheCreateTagFile | |
74 | |
75 - FcDirCacheClean | |
76 | |
77 | |
78 | |
79 Modification/addition to config.h/config.h.vc : | |
80 | |
81 - #define FLEXIBLE_ARRAY_MEMBER 1 | |
82 | |
83 - Version number of package | |
84 | |
85 | |
86 | |
87 ################################################################################
######################################## | |
88 | |
89 | |
90 | |
91 How to build FontConfig-2.10.1 | |
92 | |
93 | |
94 | |
95 Dependencies required : | |
96 | |
97 - Freetype 2.4.10 | |
98 | |
99 - Expat 2.1.0 | |
100 | |
101 - Libiconv 1.14 | |
102 | |
103 | |
104 | |
105 Compilation procedure : | |
106 | |
107 1) Download the latest FontConfig release (right now, it's 2.10.1) from | |
108 http://www.freedesktop.org/software/fontconfig/release/ | |
109 | |
110 2) Unpack it where you want | |
111 | |
112 3) Unzip this MSVC++2010 project inside the FontConfig root directory | |
113 | |
114 4) Update the path of additional include directories and additional libraries di
rectories. | |
115 Maybe you should update the name of additional libraries too. | |
116 | |
117 5) Compile and enjoy :) | |
118 | |
OLD | NEW |