diff --git a/download.html b/download.html index ff2b363..f937c68 100644 --- a/download.html +++ b/download.html @@ -102,33 +102,48 @@ CVS write access, please contact one of the
#include
search directories.
--For example, using Windows 2000, if you have unzipped release 1.20.2 -from boost_all.zip into the top level directory of your C drive, for -Borland, GCC, and Metrowerks compilers add '-Ic:/boost_1_20_2' to the -compiler command line, and for the Microsoft compiler add '/I -"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. +Boost does not yet have a standardized installation process. There has +been some interest in developing one; as of this writing Bill Kempf has volunteered to +coordinate and is gathering volunteers. If you have expertise in this +area (particularly cross-platform expertise), and you would like to +contribute, please announce your availability on the +Boost +Install mailing list.
-Some Boost libraries are implemented as separate source files, and
-thus require compilation into object libraries before any use. See Building
-Boost Libraries for an automatic tool to prepare such libraries.
-Some of the individual libraries also include make and/or project files
-for various compilers, but these will become obsolete as Boost.Build matures..
+
+That said, preparing to use Boost in a development project is
+relatively straightforward. Most boost libraries are implemented
+entirely within their header files. The only preparation for their
+use is to add the boost root directory to your compiler's list of
+#include<...>
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.
+
+
+The Python, Regex, and Threads libraries are +implemented in part as separate source files, and thus require +compilation before use. See Building Boost Libraries 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
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.
+Hosting for the mailing lists is donated by the Open Systems Lab at Indiana University.
Access to Boost mailing lists via newsgroup (NNTP) is contributed by GMANE.
+This is the main Boost mailing list. It is high volume (over 1000 messages per month), very technical, and oriented toward Boost library 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 http://lists.boost.org/mailman/listinfo.cgi/boost
+When we talk about the "members of Boost", we are talking about those signed up for this main mailing list.
+For those who prefer to participate via an NNTP (newsgroup) interface, a gateway to the Boost mailing list is available at news://news.gmane.org/gmane.comp.lib.boost.devel. Postings to the newsgroup will only be accepted for the mailing list if from a -subscribed email -address.
+subscribed +email address, though you can configure your subscription settings to disable +mail delivery if you prefer to read messages via the newsgroup. +For this list's members only, preliminary libraries under discussion are available from the YahooGroups Files section (formerly called the "vault").
+A powerful -mailing list archive is contributed by the -ActiveState -Programmer Network
+ +A searchable
+mailing list archive has been generously contributed to
+the ActiveState Programmer
+Network by ActiveState Corporation.
+
+
+
This list is oriented toward casual users of the Boost libraries. Feel free to post both "newbie" and more challenging questions. This list is relatively low volume (less than 100 per month). Subscribe or unsubscribe at the Boost Users list home page.
+For those who prefer to participate via an NNTP (newsgroup) interface, a gateway to the Boost mailing list is available at news://news.gmane.org/gmane.comp.lib.boost.user.
+This is an announce-only list for notification of upcoming software releases and formal reviews of proposed libraries. One to three messages per month. Subscribe or unsubscribe at the Boost Announce list home page.
+Revised 13 May, 2002 +
Revised +15 May, 2002