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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
Inkscape Devlibs Readme
=======================
This is a collection of Gtk, Gtkmm, LibXML, and
other files commonly associated with building applications
using the GTK widget toolkit. Its purpose is for building
Inkscape on the Win32 platform using MinGW. However, it
should be entirely useful for other applications.
The C++ libraries were built from source with TDM-GCC
version 5.1 with SJLJ unwinding (the default). They are
slower at propagating excpetions, but smaller than
binaries with Dwarf2 unwinding and allow throwing exceptions
through foreign stack frames, e.g. through a C callback.
This bundle should be used with this compiler:
http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/tdm-gcc-5.1.0-3.exe/download
Library versions are as follows:
Type Name Version Last update
C atk 2.18.0 2016-01-18
C++ atkmm 2.22.7 2016-01-25
C++ boost 1.60.0 2016-01-17
C cairo 1.14.6 2016-01-18
C++ cairomm 1.12.0 2016-01-25
C fontconfig 2.11.1 2016-01-26
C freetype 2.6.2 2016-01-26
C gc 7.4.2 2016-01-17
C gdk-pixbuf 2.32.3 2016-02-03
C gettext 0.19.7 2016-01-16
C glib 2.42.2 2016-01-17
C++ glibmm 2.42.0 2016-01-22
exe gperf 3.0.4 2016-01-17
C Gsl 2.1 2016-01-28
C gtk+ 2.24.29 2016-01-26
C++ gtkmm 2.24.4 2016-01-27
C++ harfbuzz 1.1.3 2016-01-25
share hicolor-icon 0.15 2016-01-26
C++ icu 56.1 2016-01-18
exe intltool 0.51.0 2016-01-18
C lcms2 2.4 2016-01-22
C++ libcdr 0.1.2 2016-01-22
C libcroco 0.6.1 2016-01-17
C libexif 0.6.21 2016-01-17
C libffi 3.2.1 2016-01-16
C libgsf 1.14.34 2016-01-18
C libiconv 1.14 2016-01-16
C libjbig 2.1 2016-01-16
C libjpeg 8c 2016-01-16
C liblzma 5.2.2 2016-01-16
C libpng 1.6.20 2016-01-16
C libpotrace 1.13 2016-01-20
C++ librevenge 0.0.4 2016-01-21
C librsvg 2.40.13 2016-01-26
C++ libsigc++ 2.6.2 2016-01-18
C++ libtiff 4.0.6 2016-01-16
C++ libvisio 0.1.5 2016-01-21
C++ libwpd 0.10.1 2016-01-22
C++ libwpg 0.3.1 2016-01-22
C libxml2 2.9.3 2016-01-16
C libxslt 1.1.28 2016-01-16
C openjpeg 1.5.2 2016-01-20
C pango 1.38.1 2016-01-26
C++ pangomm 2.36.0 2016-01-26
C pcre 8.39 2016-07-05
C pixman 0.32.8 2016-01-18
C pkg-config 0.29 2016-01-17
C++ poppler 0.40.0 2016-01-28
poppler-data 0.4.7 2016-01-21
C popt 1.16 2016-01-25
C pthreads-win32 2.9.1 2016-01-16
exe ragel 6.9 2016-01-20
C zlib 1.2.8 2016-01-16
perl 5.8.7
python 2.7.11
coverage 4.0.3
lxml 3.6.0
numpy 1.11.0
scour 0.33
six 1.10.0
--- In progress ---
C++ ImageMagick 6.9.3-1 2016-01-2?
C++ aspell 0.60.6.1
---- OLD -----
C expat 2.1.0-1
C openssl 0.9.8g
More information about Devlibs:
http://wiki.inkscape.org/wiki/index.php/Inkscape_Devlibs
|