Blame MSVC_Net2013/README

Packit 371ed6
Building gtkmm-3.0 with Visual Studio 2013
Packit 371ed6
Packit 371ed6
* You will need Visual Studio 2013 (MSVC 12.0). Earlier versions of the compiler, including 11.0 and earlier will not work.
Packit 371ed6
* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+
Packit 371ed6
* Build libsigc++, glibmm, cairomm and pangomm from source.
Packit 371ed6
* Add GTK+, libsigc++, glibmm, cairomm and pangomm to the include and lib paths in Visual Studio, if they are not in
Packit 371ed6
  $(srcroot)\..\vs12\$(platform)
Packit 371ed6
* Load the MSVC_Net2013/gtkmm.sln solution.
Packit 371ed6
* Build the entire solution.
Packit 371ed6
* Run the tests.
Packit 371ed6
Packit 371ed6
Timothy M. Shead & Cedric Gustin
Packit 371ed6
11/04/2004
Packit 371ed6
Packit 371ed6
Armin Burgmeier
Packit 371ed6
10/02/2010
Packit 371ed6
Packit 371ed6
Chun-wei Fan
Packit 371ed6
09/10/2015