From 22a58a7d5f716dc27824369f06b5ce4ad7b81588 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Jun 2015 16:09:47 +0200 Subject: [PATCH] Extend libxml2 installation on Windows --- doc/book.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 56e7010..840703d 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1221,14 +1221,21 @@ nmake install + + + There's an error in configure.js for Libxml2 2.9.2. + Line 17 should be assigned to configure.ac + rather than configure.in. + + For Libxslt it is similar. We must ensure that compilation of Libxslt links against the already installed libxml2. cd win32 cscript configure.js prefix=c:\libxslt-1.1.28.win32 iconv=no \ - lib=c:\libxmlt-2.9.2.win32\lib \ - include=c:\libxmlt-2.9.2.win32\include\libxml2 + lib=c:\libxml2-2.9.2.win32\lib \ + include=c:\libxml2-2.9.2.win32\include\libxml2 nmake nmake install -- 1.7.10.4