From 2b2e5eddf9a98c4bd5dcd06b201cc617af64ed43 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 28 Jul 2009 07:25:41 +0000 Subject: [PATCH] Add a note about the pre-requisites for `setup_boostbook.sh`. Refs #3292 [SVN r55224] --- doc/boostbook.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/boostbook.xml b/doc/boostbook.xml index 6421d66..cd43f38 100644 --- a/doc/boostbook.xml +++ b/doc/boostbook.xml @@ -121,7 +121,11 @@ std::cout << f(5, 3) >> std::endl; download the required DocBook stylesheets, DocBook DTD, and (when Java is enabled) Apache FOP for PDF output. It will then configure Boost.Build version 2 to build BoostBook - documentation. To perform the installation, execute the + documentation. + + The script requires: sh, + curl and gunzip. + To perform the installation, execute the script tools/boostbook/setup_boostbook.sh from a directory where you would like the resulting XSL, DTD, and Apache FOP installations to occur.