From 1ee01d28f4d668e35631b20241dd0ce7a108efde Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 10 Dec 2014 11:47:57 +0100 Subject: [PATCH] Update supported Visual Studio versions. --- doc/book.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 8c308b1..51807a2 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -165,8 +165,8 @@ We have successfully built Metaproxy using the compilers - GCC version 4.0 and - Microsoft Visual Studio 2003/2005/2008. + GCC and + Microsoft Visual Studio. @@ -371,7 +371,8 @@ Metaproxy can be compiled with Microsoft Visual Studio. - Versions 2003 (C 7.1), 2005 (C 8.0) and 2008 (C 9.0) are known to work. + Versions 2003 (C 7.1), 2005 (C 8.0), 2008 (C 9.0) and 2013 (C 12.0) + are known to work.
Boost @@ -395,12 +396,10 @@ Libxslt can be downloaded for Windows from - here. + here. - Libxslt has other dependencies, but these can all be downloaded - from the same site. Get the following package: - iconv, zlib, libxml2, libxslt. + Libxslt also requires libxml2 to operate.
-- 1.7.10.4