From: Adam Dickmeiss Date: Wed, 28 Sep 2011 13:15:31 +0000 (+0200) Subject: Documentation updates, mostly about software versions X-Git-Tag: v1.3.12~21 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=b3acb59a189d35972417558297963d8db3bdcd35;p=metaproxy-moved-to-github.git Documentation updates, mostly about software versions --- diff --git a/doc/book.xml b/doc/book.xml index 566a9ee..461de16 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -150,7 +150,7 @@ The popular C++ library. Initial versions of Metaproxy was built with 1.32 but this is no longer supported. - Metaproxy is known to work with Boost version 1.33 through 1.38. + Metaproxy is known to work with Boost version 1.33 through 1.46. @@ -166,7 +166,7 @@ We have successfully built Metaproxy using the compilers GCC version 4.0 and - Microsoft Visual Studio 2003/2005. + Microsoft Visual Studio 2003/2005/2008.
@@ -228,7 +228,7 @@ gunzip -c boost-version.tar.gz|tar xf - cd boost-version - ./configure --with-libraries=thread,test --with-toolset=gcc + ./configure --with-libraries=thread,test,regex --with-toolset=gcc make su make install @@ -237,7 +237,7 @@ However, under the hood bjam is used. You can invoke that with - ./bjam --toolset=gcc --with-thread --with-test stage + ./bjam --toolset=gcc --with-thread --with-test --with-regex stage Replace stage with clean / @@ -286,7 +286,7 @@ There is currently no official Debian package for YAZ++. And the official Debian package for YAZ is probably too old. - But Index Data bulds "new" versions of those for Debian (i386 only). + But Index Data builds "new" versions of those for Debian (i386, amd64 only). Update the /etc/apt/sources.list @@ -300,6 +300,7 @@ apt-get install libboost-dev apt-get install libboost-thread-dev apt-get install libboost-test-dev + apt-get install libboost-regex-dev With these packages installed, the usual configure + make @@ -346,7 +347,7 @@ Metaproxy can be compiled with Microsoft Visual Studio. - Versions 2003 (C 7.1), 2005 (C 8.0) and 2008 (C 9.0) is known to work. + Versions 2003 (C 7.1), 2005 (C 8.0) and 2008 (C 9.0) are known to work.
Boost @@ -392,7 +393,7 @@ YAZ++ Get YAZ++ as well. - Version 1.1.0 or later is required. + Version 1.2.7 or later is required. YAZ++ includes NMAKE makefiles, similar to those found in the