Update of /cvsroot/boost/boost/top-level-dir
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2175

Added Files:
      Tag: SPIRIT_1_6
        readme.html readme_standalone.html 
Log Message:
Added modified readme's

--- NEW FILE: readme.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<title>Spirit 1.6.4 with miniboost</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
        font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {font-family: "Courier New", Courier, mono}
-->
</style>
</head>

<body>
<h1 align="left">Spirit 1.6.4 with miniboost</h1>
<p align="left">This package comes bundled with a minimal subset of boost; just 
enough to use Spirit.</p>
<p><strong>Note:</strong> In this release there is no separate 
<strong>miniboost</strong> directory, unlike the previous 1.6.x releases. This 
is an actual subset of the proper <strong>Boost</strong> distribution, 
containing all the headers and libraries required to use Spirit, run the 
regression tests and build the examples.</p>
<p>Historically, Spirit supported a lot of compilers, including (to some 
extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be the last 
release that will support older poorly conforming compilers. Starting from 
Spirit v1.8.0, ill conforming compilers will not be supported. If you are still 
using one of these older compilers, you can still use Spirit v1.6.x.</p>
<ul>
  <li>The docs for Spirit are located in the <strong>libs/spirit/doc</strong> 
subdirectory.</li>
  <li>The library is under the <strong>boost</strong> subdirectory.</li>
  <li>The examples are in <strong>libs/spirit/example</strong></li>
  <li>The test suite is in <strong>libs/spirit/test</strong>.</li>
  <li>The Spirit homepage is <strong><a 
href="http://spirit.sourceforge.net/";>http://spirit.sourceforge.net/</a></strong></li>
  <li>Questions, comments, complaints, bug-fixes? Please send them to the 
Spirit mailing list: <strong>[EMAIL PROTECTED]</strong></li>
</ul>
<h2>Running the tests</h2>
<p>The testsuite can be executed by using the Boost.Build v.2 system as 
described on the Boost pages: <strong><a 
href="http://www.boost.org";>http://www.boost.org</a></strong>. </p>
<p>For example, using MSVC 8.0:</p>
<ol><li>Download a prebuilt executable of <a 
href="http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941";>bjam.exe</a>.
 Put it somewhere in your path.</li>
  <li>With the latest Boost Build, you don't have to configure the tool if you 
installed VC8.0 in the default location. Note , however, that MSVC 8.0 Express 
requires the Platform SDK from Microsoft. See the boost documentation.</li>
  <li>Change (<span class="style1">CD</span>)  the directory to 
<strong>libs/spirit/test</strong>.</li>
  <li>Call bjam:<br>
    <br>
    <span class="style1">bjam toolset=msvc-8.0 test</span></li>
</ol>
<p><strong>Note:</strong> Some compilers may not be able to compile all of the 
tests and examples.</p>
<h2>Using the library</h2>
<p>There are no libraries to build, Spirit is a header-only library. Simply 
point your compiler's include path to the spirit directory. The library is 
under the <strong>boost</strong> subdirectory</p>
<h2>Building the examples</h2>
<p>The examples can be built by using the Boost.Build system as described on 
the Boost pages: <strong><a 
href="http://www.boost.org";>http://www.boost.org</a></strong>.</p>
<p>For example, using MSVC 8.0, follow the instructions above (Running the 
tests) <strong>except 3</strong>. CD to <strong>libs/spirit/example</strong> 
instead. </p>
<h2>Notes</h2>
<ul>
  <li>If you want to build spirit as thread safe, you have to define the 
BOOST_SPIRIT_THREADSAFE macro. If that's the case, Spirit uses the boost thread 
library. </li>
  <li>Some compilers may not be able to compile all of the tests and examples. 
</li>
</ul>
<h2>Phoenix</h2>
<p>Phoenix is a stand alone library that comes bundled in this distribution. If 
you wish to build the examples and run the testsuites for this library, the 
process is similar to what was outlined above. For example, using MSVC 8.0, 
follow the instructions above (Running the tests) <strong>except 3</strong>. CD 
to the appropriate test or example directory instead. </p>
<p>&nbsp;</p>
<p></p>
</body>
</html>

--- NEW FILE: readme_standalone.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<title>Spirit 1.6.4 stand-alone</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
        font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style1 {font-family: "Courier New", Courier, mono}
-->
</style>
</head>

<body>
<h1 align="left">Spirit 1.6.4 stand-alone </h1>
<p align="left">This package requires a separate <strong>boost</strong> 
installation.</p>
<p>Historically, Spirit supported a lot of compilers, including (to some 
extent) poorly conforming compilers such as VC6. Spirit v1.6.x will be the last 
release that will support older poorly conforming compilers. Starting from 
Spirit v1.8.0, ill conforming compilers will not be supported. If you are still 
using one of these older compilers, you can still use Spirit v1.6.x.</p>
<ul>
  <li>The docs for Spirit are located in the <strong>libs/spirit/doc</strong> 
subdirectory.</li>
  <li>The library is under the <strong>boost</strong> subdirectory.</li>
  <li>The examples are in <strong>libs/spirit/example</strong></li>
  <li>The test suite is in <strong>libs/spirit/test</strong>.</li>
  <li>The Spirit homepage is <strong><a 
href="http://spirit.sourceforge.net/";>http://spirit.sourceforge.net/</a></strong></li>
  <li>Questions, comments, complaints, bug-fixes? Please send them to the 
Spirit mailing list: <strong>[EMAIL PROTECTED]</strong></li>
</ul>
<h2>Installing</h2>
<p>This package requires boost to be installed on your machine. It is suitable 
to be used as a drop in replacement for the version of Spirit already present 
in Boost or as an external installation, e.g. to support the 
Boost.Serialization library.</p>
<p><strong>Note:</strong> The following instructions assume that this package 
has been installed within the Boost installation tree.</p>
<h2>Running the tests</h2>
<p>The testsuite can be executed by using the Boost.Build v.2 system as 
described on the Boost pages: <strong><a 
href="http://www.boost.org";>http://www.boost.org</a></strong>. </p>
<p>For example, using MSVC 8.0:</p>
<ol><li>Download a prebuilt executable of <a 
href="http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941";>bjam.exe</a>.
 Put it somewhere in your path.</li>
  <li>With the latest Boost Build, you don't have to configure the tool if you 
installed VC8.0 in the default location. Note , however, that MSVC 8.0 Express 
requires the Platform SDK from Microsoft. See the boost documentation.</li>
  <li>Change (<span class="style1">CD</span>)  the directory to 
<strong>libs/spirit/test</strong>.</li>
  <li>Call bjam:<br>
    <br>
    <span class="style1">bjam toolset=msvc-8.0 test</span></li>
</ol>
<p><strong>Note:</strong> Some compilers may not be able to compile all of the 
tests and examples.</p>
<h2>Using the library</h2>
<p>There are no libraries to build, Spirit is a header-only library. Simply 
point your compiler's include path to the spirit directory. The library is 
under the <strong>boost</strong> subdirectory</p>
<h2>Building the examples</h2>
<p>The examples can be built by using the Boost.Build system as described on 
the Boost pages: <strong><a 
href="http://www.boost.org";>http://www.boost.org</a></strong>.</p>
<p>For example, using MSVC 8.0, follow the instructions above (Running the 
tests) <strong>except 3</strong>. CD to <strong>libs/spirit/example</strong> 
instead. </p>
<h2>Notes</h2>
<ul>
  <li>If you want to build spirit as thread safe, you have to define the 
BOOST_SPIRIT_THREADSAFE macro. If that's the case, Spirit uses the boost thread 
library. </li>
  <li>Some compilers may not be able to compile all of the tests and examples. 
</li>
</ul>
<h2>Phoenix</h2>
<p>Phoenix is a stand alone library that comes bundled in this distribution. If 
you wish to build the examples and run the testsuites for this library, the 
process is similar to what was outlined above. For example, using MSVC 8.0, 
follow the instructions above (Running the tests) <strong>except 3</strong>. CD 
to the appropriate test or example directory instead. </p>
<p>&nbsp;</p>
<p></p>
</body>
</html>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to