blob: 6a60d629a755ae0bc147ccc88b8ec219a1eb9e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Building cairomm-1.16 with Visual Studio .NET 2017 or later
* You will need Visual Studio 2017 (MSVC 15.0). Building with Visual Studio 2015 or earlier is no longer supported.
* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/ and add
the paths to headers and import libraries to Visual Studio, if they are not already in $(srcroot)/../vs15/$(Platform).
* In a Visual Studio command prompt, go to $(srcroot)\MSVC_NMake
* Build using nmake /f Makefile.vc CFG=[release|debug]
* Run the tests.
* Now the built DLL and .lib files use the toolset version ('vc141' for Visual Studio 2017 and 'vc142' for Visual Studio
2019) instead of the Visual Studio version ('vc150' for Visual Studio 2017) by default. If using the old naming style,
please note that libsigc++-3.x must be built with this option enabled as well, if building it with NMake.
Cedric Gustin
08/18/2006
Armin Burgmeier
09/29/2010
Chun-wei Fan
09/10/2015
|