File: README

package info (click to toggle)
libxml%2B%2B2.6 2.40.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,056 kB
  • sloc: sh: 11,363; cpp: 7,695; xml: 996; perl: 289; makefile: 221
file content (14 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Building libxml++ with Visual Studio 2010

* You will need Visual Studio 2010 (MSVC 10.0).  See the MSVC_Net2005/ folder if you want to build libxml++ using Visual Studio .NET 2005 (MSVC 8.0) or the MSVC_Net2008 folder if you want to build libxml++ using Visual Studio .NET 2008 (MSVC 9.0). Earlier versions of the compiler, including 6.0, 7.0 and 7.1 will not work.  
* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/
* Build libsigc++ 2.0.6 and glibmm from source
* Add GTK+, libsigc++ and glibmm to the include and lib paths in Visual Studio. 
* Load the MSVC_Net2010/libxml++.sln solution. 
* Build the entire solution.  Run the tests.

Cedric Gustin
01/26/2005

Armin Burgmeier
10/03/2010