From 0c7592753df5330d5bf6f30f1d854f2b89f94046 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 12 Feb 2006 23:18:46 +0000 Subject: [PATCH] Adjust Boost.Jam references to new root/tools/jam location. [SVN r32873] --- getting_started.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting_started.html b/getting_started.html index 2f59118..f73eea0 100644 --- a/getting_started.html +++ b/getting_started.html @@ -213,7 +213,7 @@ 2 The build system uses Boost.Jam, an extension of the + "../tools/jam/index.html">Boost.Jam, an extension of the Perforce Jam portable make replacement. The recommended way to get Boost.Jam if you are using a Boost distribution is to from SourceForge. If a prebuilt executable is not provided for your platform or you are using Boost's sources in an unreleased state, it may be necessary to build bjam + "../doc/html/jam/building.html">build bjam from sources included in the Boost source tree. To install Boost.Jam, copy the bjam executable to a location accessible in your PATH. @@ -785,7 +785,7 @@

There are additional options as supported by Boost.Build and Boost.Jam. Of the additional + "../tools/jam/index.html">Boost.Jam. Of the additional options perhaps the most imporant is "-sBUILD=<features/variants>" which lets you override what is built by default. The