Add a note about the pre-requisites for setup_boostbook.sh. Refs #3292

[SVN r55224]
This commit is contained in:
Daniel James 2009-07-28 07:25:41 +00:00
parent b50982a373
commit 2b2e5eddf9

View File

@ -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.</para>
<para>The script requires: <command>sh</command>,
<command>curl</command> and <command>gunzip</command>.
To perform the installation, execute the
script <command>tools/boostbook/setup_boostbook.sh</command>
from a directory where you would like the resulting XSL, DTD,
and Apache FOP installations to occur. </para>