1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00
libxml2/win32/VC10
Nick Wellnhofer 20c60886e4 Fix typos
Resolves #133.
2020-03-08 17:41:53 +01:00
..
config.h Large batch of typo fixes 2019-09-30 18:04:38 +02:00
libxml2-focus.vcxproj Allow to compile with Visual Studio 2010 2012-05-09 18:27:04 +08:00
libxml2.sln Allow to compile with Visual Studio 2010 2012-05-09 18:27:04 +08:00
libxml2.vcxproj Basic changes for Win32 builds of release 2.9.0: compile buf.c 2012-08-15 13:52:09 +08:00
libxml2.vcxproj.filters Allow to compile with Visual Studio 2010 2012-05-09 18:27:04 +08:00
README.vc10 Fix typos 2020-03-08 17:41:53 +01:00
RuleSet1.ruleset Allow to compile with Visual Studio 2010 2012-05-09 18:27:04 +08:00
runsuite.vcxproj minimize use of HAVE_CONFIG_H 2012-08-13 16:57:30 +08:00
runsuite.vcxproj.filters Allow to compile with Visual Studio 2010 2012-05-09 18:27:04 +08:00

README file for VC10 project files for libxml2
----------------------------------------------

to clarify: This is not the readme file for the whole libxml2 project. 
Rather, it's a readme for the VC10 project files, attached to the libxml2 project.

Quick Start
-----------

1) To use, load the libxml2.sln solution file into visual studio
2) check and correct paths for dependent "iconv" project which most certainly 
are wrong on your environment.
3) Compile all projects


Background Info
---------------

Running of "configure.sh" won't make sense since VS doesn't support
this kind of build system and the environment is pretty much known already 
if you're using Visual Studio. Instead, a preconfigured "config.h" file 
is provided in the "win32\VC10" directory and referenced by the project
files already.

The compile process is not completely warning-free: Some warnings will 
appear during compile which can be ignored.