Blame win32/VC10/README.vc10

Packit Service a31ea6

Packit Service a31ea6
README file for VC10 project files for libxml2
Packit Service a31ea6
----------------------------------------------
Packit Service a31ea6

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

Packit Service a31ea6
Quick Start
Packit Service a31ea6
-----------
Packit Service a31ea6

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

Packit Service a31ea6

Packit Service a31ea6
Background Info
Packit Service a31ea6
---------------
Packit Service a31ea6

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

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