Update of /cvsroot/boost/boost/more/getting_started/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8273/detail

Modified Files:
      Tag: RC_1_34_0
        build-from-source-head.rst header-only.rst library-naming.rst 
        release-variables.rst 
Log Message:
Update link to Boost release


Index: build-from-source-head.rst
===================================================================
RCS file: 
/cvsroot/boost/boost/more/getting_started/detail/build-from-source-head.rst,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- build-from-source-head.rst  22 Dec 2006 14:52:22 -0000      1.1
+++ build-from-source-head.rst  28 Apr 2007 01:34:36 -0000      1.1.2.1
@@ -10,7 +10,7 @@
 
 
 .. _precompiled-bjam: 
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941
-.. _Boost.Jam documentation: Boost.Jam_
+.. .. _Boost.Jam documentation: Boost.Jam_
 .. _Boost.Build: ../../tools/build/index.html
 .. _Boost.Jam: ../../tools/jam/index.html
 .. _Boost.Build documentation: Boost.Build_

Index: header-only.rst
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/detail/header-only.rst,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- header-only.rst     22 Dec 2006 14:52:22 -0000      1.1
+++ header-only.rst     28 Apr 2007 01:34:36 -0000      1.1.2.1
@@ -15,20 +15,23 @@
   require no separately-compiled library binaries or special
   treatment when linking.
 
-.. _separate: 
+.. .. _separate: 
 
 The only Boost libraries that *must* be built separately are:
 
 * Boost.Filesystem_
 * Boost.IOStreams_
 * Boost.ProgramOptions_
-* Boost.Python_
+* Boost.Python_ (see the `Boost.Python build documentation`__
+  before building and installing it)
 * Boost.Regex_
 * Boost.Serialization_
 * Boost.Signals_
 * Boost.Thread_
 * Boost.Wave_
 
+__ ../../libs/python/doc/building.html
+
 A few libraries have optional separately-compiled binaries:
 
 * Boost.DateTime_ has a binary component that is only needed if

Index: library-naming.rst
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/detail/library-naming.rst,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- library-naming.rst  22 Dec 2006 16:26:47 -0000      1.2
+++ library-naming.rst  28 Apr 2007 01:34:36 -0000      1.2.2.1
@@ -19,7 +19,7 @@
   *Library name*: all boost library filenames begin with ``boost_``.
 
 ``-vc71``
-   *Toolset tag*: identifies the toolset and version used to build
+   *Toolset tag*: identifies the toolset_ and version used to build
    the binary.
 
 ``-mt``
@@ -68,13 +68,13 @@
   ``.a`` and ``.so`` for static libraries (archives) and shared
   libraries, respectively.  On Windows, ``.dll`` indicates a shared
   library and (except for static libraries built by the ``gcc``
-  toolset, whose names always end in ``.a``) ``.lib`` indicates a
+  toolset_, whose names always end in ``.a``) ``.lib`` indicates a
   static or import library.  Where supported by toolsets on unix
   variants, a full version extension is added (e.g. ".so.1.34") and
   a symbolic link to the library file, named without the trailing
   version number, will also be created.
 
-.. _Boost.Build toolset names: toolset-name_
+.. .. _Boost.Build toolset names: toolset-name_
 
 __ ../../libs/python/doc/building.html#variants
 

Index: release-variables.rst
===================================================================
RCS file: 
/cvsroot/boost/boost/more/getting_started/detail/release-variables.rst,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- release-variables.rst       22 Dec 2006 14:52:22 -0000      1.1
+++ release-variables.rst       28 Apr 2007 01:34:36 -0000      1.1.2.1
@@ -9,4 +9,4 @@
 .. |boost_ver| replace:: ``boost_1_34_0``
 .. |boost_ver-bold| replace:: **boost_1_34_0**
 
-.. _sf-download: 
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=376197
\ No newline at end of file
+.. _sf-download: 
http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041
\ No newline at end of file


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