File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ Building libxml++ with Visual Studio 2017 or later
8
8
* Run `nmake /f Makefile.vc CFG=[debug|release]` to buiild libxml++. Run `nmake /f Makefile.vc` without the
9
9
`CFG=[debug|release] flag to see which options are supported by the NMake Makefiles
10
10
11
+ * It is recommended that the dependent items is to be placed like the following, or be placed in paths
12
+ indicated by %INCLUDE% and %LIB% respectively for the headers and .lib's:
13
+
14
+ <some_dir_1>\include
15
+ |
16
+ -libxml2 (and items in its subdir(s))
17
+ |
18
+ -(any dependent headers of libraries enabled by libxml2)
19
+
20
+ <some_dir_2>\lib
21
+ |
22
+ -libxml2.lib
23
+
24
+ Fine-tune by passing in PREFIX=..., INCLUDEDIR=... (default:$(PREFIX)\include, example would be
25
+ INCLUDEDIR=<some_dir_1>\include) and LIBDIR=... (default: $(PREFIX)\lib, example would be
26
+ LIBDIR=<some_dir_2>\lib) as needed.
27
+
11
28
Cedric Gustin
12
29
01/26/2005
13
30
You can’t perform that action at this time.
0 commit comments