97bdef32e11b941a8fcca09d52db1381263901c2
[platform/upstream/libxml++.git] / MSVC_Net2005 / README
1 Building libxml++ with Visual Studio .NET 2005
2
3 * You will need Visual Studio .NET 2005 (MSVC 8.0).  See the MSVC_Net2008/ folder if you want to build libxml++ using Visual Studio .NET 2008 (MSVC 9.0) or the MSVC_Net2010/ folder if you want to build libxml++ using Visual Studio 2010 (MSVC 10.0). Earlier versions of the compiler, including 6.0, 7.0 and 7.1 will not work.  
4 * Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/
5 * Build libsigc++ 2.0.6 and glibmm from source
6 * Add GTK+, libsigc++ and glibmm to the include and lib paths in Visual Studio. 
7 * Load the MSVC_Net2005/libxml++.sln solution. 
8 * Build the entire solution.  Run the tests.
9
10 Cedric Gustin
11 01/26/2005
12
13 Armin Burgmeier
14 10/09/2008