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

Modified Files:
      Tag: RC_1_34_0
        release.html 
Log Message:
no message

Index: release.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/serialization/doc/release.html,v
retrieving revision 1.12.2.3
retrieving revision 1.12.2.4
diff -u -d -r1.12.2.3 -r1.12.2.4
--- release.html        16 Jul 2006 01:55:37 -0000      1.12.2.3
+++ release.html        12 May 2007 08:15:55 -0000      1.12.2.4
@@ -41,11 +41,17 @@
 older compilers - specificallly MSVC 6, Borland and GCC < 3.0.
 If you are using one of these compilers, you may download a version
 of spirit 1.6 <a 
href="http://spirit.sourceforge.net/index.php?doc=download/index.html";>here</a>.
+Choose the latest 1.6.x Spirit only version available.
 To use this downloaded version rather than the one included with boost,
-set an environmental variable SPIRIT_ROOT to be equal to the root 
-directory where the downloaded copy of spirit has been placed. E. G.
+you have two options: either replace the <code style="white-space: 
normal">boost/spirit</code> and
+<code style="white-space: normal">libs/spirit</code> directories, as well as 
the
+<code style="white-space: normal">boost/spirit.hpp</code> header, with those 
in the downloaded version,
+or extract Spirit 1.6 to a different directory and add the corresponding 
include directive to your
+<code style="white-space: normal">tools/build/v2/user-config.jam</code> file 
for all the
+compilers that need it, as in the following example:
 <pre><code>
-set SPIRIT_ROOT=c:/spirit16
+using borland : 5.6.4 : "C:/Program Files/Borland/CBuilder6/Bin/bcc32" : 
+        &lt;cxxflags&gt;-IC:/spirit1.6 ;
 </code></pre>
 If you're not using bjam and the Jamfile to build the library, be sure that
 the directory which contains the version of spirit you plan to use is placed


-------------------------------------------------------------------------
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