Update of /cvsroot/boost/boost/libs/xpressive/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26000

Modified Files:
        installation.qbk 
Log Message:
updated installation guide

Index: installation.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/doc/installation.qbk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- installation.qbk    5 Mar 2007 21:54:01 -0000       1.6
+++ installation.qbk    27 May 2007 06:59:41 -0000      1.7
@@ -9,27 +9,35 @@
 
 [h2 Getting xpressive]
 
-There are two ways to get xpressive. The first is by downloading xpressive.zip 
at the
+There are three ways to get xpressive. The first and simplest is to download
+the latest version of Boost. Just go to [EMAIL 
PROTECTED]://sf.net/projects/boost] and
+follow the ["Download] link.
+
+The second way is by downloading xpressive.zip at the
 [EMAIL 
PROTECTED]://www.boost-consulting.com/vault/index.php?directory=Strings%20-%20Text%20Processing
-Boost File Vault] in the "Strings - Text Processing" directory. In addition to
-the source code and the Boost license, this archive contains a copy of this 
documentation in
-PDF format.
+Boost File Vault] in the ["Strings - Text Processing] directory. In addition to
+the source code and the Boost license, this archive contains a copy of this 
+documentation in PDF format. This version will always be stable and at least as
+current as the version in the latest Boost release. It may be more recent. The
+version in the File Vault is always guaranteed to work with the latest official
+Boost release.
 
-The second way is through anonymous CVS via the boost project on 
SourceForge.net. Just
-go to [EMAIL PROTECTED]://sf.net/projects/boost] and follow the instructions 
there for
-anonymous CVS access.
+The third way is through anonymous CVS via the Boost project on 
SourceForge.net.
+Just go to [EMAIL PROTECTED]://sf.net/projects/boost] and follow the 
instructions there for
+anonymous CVS access. The version in Boost CVS is unstable.
 
 [h2 Building with xpressive]
 
-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`.
-Likewise, you can include `xpressive_dynamic.hpp` if you only plan on using 
dynamic regexes.
+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`.
+Likewise, you can include `xpressive_dynamic.hpp` if you only plan on using
+dynamic regexes.
 
 [h2 Requirements]
 
-xpressive depends on Boost. You can download the latest version of the Boost
-libraries from [EMAIL PROTECTED]://boost.org]. xpressive requires Boost 
version 1.32 or higher.
+xpressive requires Boost version 1.33.1 or higher.
 
 [h2 Supported Compilers]
 
@@ -45,8 +53,10 @@
 * Metrowerks CodeWarrior 9.4 and higher
 
 Check the latest tests results at Boost's
[EMAIL 
PROTECTED]://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/xpressive.html
 Regression Results Page].
[EMAIL 
PROTECTED]://engineering.meta-comm.com/boost-regression/CVS-HEAD/developer/xpressive.html
+Regression Results Page].
 
-[note Please send any questions, comments and bug reports to eric <at> 
boost-consulting <dot> com.]
+[note Please send any questions, comments and bug reports to eric <at>
+boost-consulting <dot> com.]
 
 [endsect]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to