mirror of
https://github.com/boostorg/more.git
synced 2025-03-13 11:40:11 +08:00
Merged from RC_1_28_0
[SVN r13944]
This commit is contained in:
parent
dfdb6fb925
commit
00aaea93b9
@ -102,33 +102,48 @@ CVS write access, please contact one of the
|
|||||||
|
|
||||||
<h3>CVS <a name="Browser">Browser</a> access via WebCVS</h3>
|
<h3>CVS <a name="Browser">Browser</a> access via WebCVS</h3>
|
||||||
|
|
||||||
For access to the CVS archive from any modern web browser, you can also use the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">web
|
For access to the CVS archive from any modern web browser, you can
|
||||||
browser interface</a>. Try one of the color diffs to see how a file
|
also use the <a
|
||||||
has changed over time.
|
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">web
|
||||||
|
browser interface</a>. Try one of the color diffs to see
|
||||||
|
how a file has changed over time.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2><a name="Installation">Installation</a></h2>
|
<h2><a name="Installation">Installation</a></h2>
|
||||||
|
|
||||||
Many boost libraries are implemented entirely within their header
|
Boost does not yet have a standardized installation process. There has
|
||||||
files. The only preparation for their use is to add the path for the
|
been some interest in developing one; as of this writing <a
|
||||||
parent directory of the boost headers sub-directory to your compiler's
|
href="../people/william_kempf.htm">Bill Kempf</a> has volunteered to
|
||||||
list of <code>#include</code> search directories.
|
coordinate and is gathering volunteers. If you have expertise in this
|
||||||
<p>
|
area (particularly cross-platform expertise), and you would like to
|
||||||
For example, using Windows 2000, if you have unzipped release 1.20.2
|
contribute, please announce your availability on the
|
||||||
from boost_all.zip into the top level directory of your C drive, for
|
<a
|
||||||
Borland, GCC, and Metrowerks compilers add '-Ic:/boost_1_20_2' to the
|
href="http://lists.boost.org/mailman/listinfo.cgi/boost-install">Boost
|
||||||
compiler command line, and for the Microsoft compiler add '/I
|
Install</a> mailing list.
|
||||||
"c:/boost_1_20_2"'. For IDE's, add 'c:/boost_1_20_2' (or whatever you
|
|
||||||
have renamed it to) to the search list using the appropriate GUI
|
|
||||||
dialog.
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Some Boost libraries are implemented as separate source files, and
|
|
||||||
thus require compilation into object libraries before any use. See <a href="../tools/build/index.html">Building
|
That said, preparing to use Boost in a development project is
|
||||||
Boost Libraries</a> for an automatic tool to prepare such libraries.
|
relatively straightforward. Most boost libraries are implemented
|
||||||
Some of the individual libraries also include make and/or project files
|
entirely within their header files. The only preparation for their
|
||||||
for various compilers, but these will become obsolete as Boost.Build matures..
|
use is to add the boost root directory to your compiler's list of
|
||||||
|
<code>#include<...></code> search paths. For example,
|
||||||
|
using Windows 2000, if you have unzipped release 1.28.0 from
|
||||||
|
boost_all.zip into the top level directory of your C drive, adding
|
||||||
|
'-Ic:/boost_1_28_0' to the command line of most compilers is
|
||||||
|
sufficient.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The <a href="../libs/python/doc/index.html">Python</a>, <a
|
||||||
|
href="../libs/regex/index.htm">Regex</a>, and <a
|
||||||
|
href="../libs/thread/doc/index.html">Threads</a> libraries are
|
||||||
|
implemented in part as separate source files, and thus require
|
||||||
|
compilation before use. See <a
|
||||||
|
href="../tools/build/index.html">Building Boost Libraries</a> for an
|
||||||
|
automatic tool to prepare such libraries. Some of the individual
|
||||||
|
libraries also include make and/or project files for various
|
||||||
|
compilers, but every library also
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -24,13 +24,17 @@
|
|||||||
<a href="#archive">Archive for the Boost developers list</a><br>
|
<a href="#archive">Archive for the Boost developers list</a><br>
|
||||||
<a href="#users">Boost Users list</a><br>
|
<a href="#users">Boost Users list</a><br>
|
||||||
<a href="#announce">Boost Announce list</a></p>
|
<a href="#announce">Boost Announce list</a></p>
|
||||||
|
|
||||||
<p>The mailing lists are the heart of the Boost community. You may read
|
<p>The mailing lists are the heart of the Boost community. You may read
|
||||||
the lists via full-content email, email digests, or via newsgroup reader.</p>
|
the lists via full-content email, email digests, or via newsgroup reader.</p>
|
||||||
|
|
||||||
<p>Hosting for the mailing lists is donated by the
|
<p>Hosting for the mailing lists is donated by the
|
||||||
<a href="http://www.osl.iu.edu/">Open Systems Lab at Indiana University</a>.</p>
|
<a href="http://www.osl.iu.edu/">Open Systems Lab at Indiana University</a>.</p>
|
||||||
<p>Access to Boost mailing lists via newsgroup (NNTP) is contributed by
|
<p>Access to Boost mailing lists via newsgroup (NNTP) is contributed by
|
||||||
<a href="http://www.gmane.org/">GMANE</a>.</p>
|
<a href="http://www.gmane.org/">GMANE</a>.</p>
|
||||||
|
|
||||||
<h2><a name="main">Boost</a> developers mailing list (also available via newsgroup)</h2>
|
<h2><a name="main">Boost</a> developers mailing list (also available via newsgroup)</h2>
|
||||||
|
|
||||||
<p>This is the main Boost mailing list. It is high volume (over 1000
|
<p>This is the main Boost mailing list. It is high volume (over 1000
|
||||||
messages per month), very technical, and oriented toward Boost library
|
messages per month), very technical, and oriented toward Boost library
|
||||||
developers. It is also read by many other members interested in watching the
|
developers. It is also read by many other members interested in watching the
|
||||||
@ -40,39 +44,58 @@ list. It is where the formal reviews of proposed libraries take place.
|
|||||||
Subscribe or unsubscribe at
|
Subscribe or unsubscribe at
|
||||||
<a href="http://lists.boost.org/mailman/listinfo.cgi/boost">
|
<a href="http://lists.boost.org/mailman/listinfo.cgi/boost">
|
||||||
http://lists.boost.org/mailman/listinfo.cgi/boost</a></p>
|
http://lists.boost.org/mailman/listinfo.cgi/boost</a></p>
|
||||||
|
|
||||||
<p>When we talk about the "members of Boost", we are talking about
|
<p>When we talk about the "members of Boost", we are talking about
|
||||||
those signed up for this main mailing list.</p>
|
those signed up for this main mailing list.</p>
|
||||||
|
|
||||||
<p>For those who prefer to participate via an NNTP (<a name="newsgroup">newsgroup</a>) interface, a
|
<p>For those who prefer to participate via an NNTP (<a name="newsgroup">newsgroup</a>) interface, a
|
||||||
gateway to the Boost mailing list is available at
|
gateway to the Boost mailing list is available at
|
||||||
<a href="news://news.gmane.org/gmane.comp.lib.boost.devel">
|
<a href="news://news.gmane.org/gmane.comp.lib.boost.devel">
|
||||||
news://news.gmane.org/gmane.comp.lib.boost.devel</a>. Postings to the newsgroup
|
news://news.gmane.org/gmane.comp.lib.boost.devel</a>. Postings to the newsgroup
|
||||||
will only be accepted for the mailing list if from a
|
will only be accepted for the mailing list if from a
|
||||||
<a href="http://lists.boost.org/mailman/listinfo.cgi/boost">subscribed</a> email
|
<a
|
||||||
address.</p>
|
href="http://lists.boost.org/mailman/listinfo.cgi/boost">subscribed</a>
|
||||||
|
email address, though you can configure your subscription settings to disable
|
||||||
|
mail delivery if you prefer to read messages via the newsgroup.</p>
|
||||||
|
|
||||||
<p>For this list's members only, preliminary libraries under discussion are
|
<p>For this list's members only, preliminary libraries under discussion are
|
||||||
available from the YahooGroups <a href="http://www.yahoogroups.com/files/boost/">Files
|
available from the YahooGroups <a href="http://www.yahoogroups.com/files/boost/">Files
|
||||||
section</a> (formerly called the "vault").</p>
|
section</a> (formerly called the "vault").</p>
|
||||||
|
|
||||||
<h3><a name="archive">Archive</a> for Boost developers list </h3>
|
<h3><a name="archive">Archive</a> for Boost developers list </h3>
|
||||||
<p>A powerful <a href="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">
|
|
||||||
mailing list archive</a> is contributed by the
|
<p>A searchable <a href="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">
|
||||||
<a href="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">ActiveState
|
mailing list archive</a> has been generously contributed to
|
||||||
Programmer Network</a></p>
|
the <a href="http://aspn.activestate.com">ActiveState Programmer
|
||||||
|
Network</a> by <a href="http://aspn.activestate.com">ActiveState Corporation</a>.
|
||||||
|
<a href="http://aspn.activestate.com">
|
||||||
|
<img align="top"
|
||||||
|
src="http://www.activestate.com/img/ASPN_logo_smallest.gif" width="65" height="20"></a><a href="http://www.activestate.com"><img align="top"
|
||||||
|
src="http://aspn.activestate.com/ASPN/img/ASLogo_57x25.gif" width="57" height="25"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Boost <a name="users">Users</a> mailing list (also available via newsgroup)</h2>
|
<h2>Boost <a name="users">Users</a> mailing list (also available via newsgroup)</h2>
|
||||||
|
|
||||||
<p>This list is oriented toward casual users of the Boost libraries. Feel
|
<p>This list is oriented toward casual users of the Boost libraries. Feel
|
||||||
free to post both "newbie" and more challenging questions. This
|
free to post both "newbie" and more challenging questions. This
|
||||||
list is relatively low volume (less than 100 per month). Subscribe or unsubscribe
|
list is relatively low volume (less than 100 per month). Subscribe or unsubscribe
|
||||||
at the <a href="http://groups.yahoo.com/group/Boost-Users">Boost Users list home page</a>.</p>
|
at the <a href="http://groups.yahoo.com/group/Boost-Users">Boost Users list home page</a>.</p>
|
||||||
|
|
||||||
<p>For those who prefer to participate via an NNTP (<a name="newsgroup">newsgroup</a>) interface, a
|
<p>For those who prefer to participate via an NNTP (<a name="newsgroup">newsgroup</a>) interface, a
|
||||||
gateway to the Boost mailing list is available at
|
gateway to the Boost mailing list is available at
|
||||||
<a href="news://news.gmane.org/gmane.comp.lib.boost.user">
|
<a href="news://news.gmane.org/gmane.comp.lib.boost.user">
|
||||||
news://news.gmane.org/gmane.comp.lib.boost.user</a>.</p>
|
news://news.gmane.org/gmane.comp.lib.boost.user</a>.</p>
|
||||||
|
|
||||||
<h2>Boost <a name="announce">Announce</a> mailing list</h2>
|
<h2>Boost <a name="announce">Announce</a> mailing list</h2>
|
||||||
|
|
||||||
<p>This is an announce-only list for notification of upcoming software releases
|
<p>This is an announce-only list for notification of upcoming software releases
|
||||||
and formal reviews of proposed libraries. One to three messages per month.
|
and formal reviews of proposed libraries. One to three messages per month.
|
||||||
Subscribe or unsubscribe at the <a href="http://groups.yahoo.com/group/boost-announce">Boost
|
Subscribe or unsubscribe at the <a href="http://groups.yahoo.com/group/boost-announce">Boost
|
||||||
Announce list home page</a>.</p>
|
Announce list home page</a>.</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->13 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13969" -->
|
<p>Revised
|
||||||
|
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->15 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13973" -->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user