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