README.vc10
1
2 README file for VC10 project files for libxml2
3 ----------------------------------------------
4
5 to clarify: This is not the readme file for the whole libxml2 project.
6 Rather, it's a readme for the VC10 project files, attached to the libxml2 proejct.
7
8 Quick Start
9 -----------
10
11 1) To use, load the libxml2.sln solution file into visual studio
12 2) check and correct paths for dependent "iconv" project which most certaily
13 are wrong on your environment.
14 3) Compile all projects
15
16
17 Background Info
18 ---------------
19
20 Running of "configure.sh" won't make sense since VS doesn't support
21 this kind of build system and the environment is pretty much known already
22 if you're using Visual Studio. Instead, a preconfigured "config.h" file
23 is provided in the "win32\VC10" directory and referenced by the project
24 files already.
25
26 The compile process is not completely warning-free: Some warnings will
27 appear during compile which can be ignored.
28