Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2007-10-12 12:50:13


Author: eric_niebler
Date: 2007-10-12 12:50:13 EDT (Fri, 12 Oct 2007)
New Revision: 39964
URL: http://svn.boost.org/trac/boost/changeset/39964

Log:
updated installation information
Text files modified:
   trunk/libs/xpressive/doc/installation.qbk | 24 +++++++++++++-----------
   1 files changed, 13 insertions(+), 11 deletions(-)

Modified: trunk/libs/xpressive/doc/installation.qbk
==============================================================================
--- trunk/libs/xpressive/doc/installation.qbk (original)
+++ trunk/libs/xpressive/doc/installation.qbk 2007-10-12 12:50:13 EDT (Fri, 12 Oct 2007)
@@ -22,13 +22,13 @@
 version in the File Vault is always guaranteed to work with the latest official
 Boost release.
 
-The third way is through anonymous CVS via the Boost project on SourceForge.net.
-Just go to [@http://sf.net/projects/boost] and follow the instructions there for
-anonymous CVS access. The version in Boost CVS is unstable.
+The third way is by directly accessing the Boost Subversion repository.
+Just go to [@http://svn.boost.org/trac/boost/] and follow the instructions there for
+anonymous Subversion access. The version in Boost Subversion is unstable.
 
 [h2 Building with xpressive]
 
-xpressive is a header-only template library, which means you don't need to alter
+Xpressive is a header-only template library, which means you don't need to alter
 your build scripts or link to any separate lib file to use it. All you need to
 do is `#include <boost/xpressive/xpressive.hpp>`. If you are only using static
 regexes, you can improve compile times by only including `xpressive_static.hpp`.
@@ -37,23 +37,25 @@
 
 [h2 Requirements]
 
-xpressive requires Boost version 1.33.1 or higher.
+Xpressive requires Boost version 1.34.1 or higher.
 
 [h2 Supported Compilers]
 
 Currently, Boost.Xpressive is known to work on the following compilers:
 
 * Visual C++ 7.1 and higher
-* GNU C++ 3.2 and higher
+* GNU C++ 3.4 and higher
 * Intel for Linux 8.1 and higher
-* Intel for Windows 8.1 and higher
-* tru64cxx 65 and higher
-* QNX qcc 3.3 and higher
+* Intel for Windows 10 and higher
+* tru64cxx 71 and higher
 * MinGW 3.4 and higher
-* Metrowerks CodeWarrior 9.4 and higher
+* HP C/aC++ A.06.14
+
+[/ * QNX qcc 3.3 and higher]
+[/ * Metrowerks CodeWarrior 9.4 and higher]
 
 Check the latest tests results at Boost's
-[@http://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/xpressive.html
+[@http://beta.boost.org/development/tests/trunk/developer/xpressive.html
 Regression Results Page].
 
 [note Please send any questions, comments and bug reports to eric <at>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk