Changes between Version 2 and Version 3 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Jul 25, 2008, 1:42:51 PM (14 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v2 v3  
    1616Build bjam and add to path
    1717
    18 Unpack in a single directory (maybe bjam could be included in the same directory structure....):
     18Unpack under a single directory, such as `C:/Users/example/Documents/boost/` (maybe bjam could be included in the same directory structure....):
    1919
    2020  * xml tools from [http://www.zlatkovic.com/pub/libxml/ Igor Zlatkovic]. Require: `iconv`, `zlib`, `libxml2` and `libxslt`.
     
    6060{{{
    6161using xsltproc ;
    62 # TODO: Fill these directories in:
    63 using boostbook : DOCBOOK_XSL_DIR : DOCBOOK_DTD_DIR ;
     62
     63using boostbook
     64    : /usr/share/docbook-xsl
     65    : /usr/share/xml/docbook/4.2
     66    ;
     67
    6468using doxygen ;
     69using quickbook ;
    6570}}}
    6671
     
    8893# Remove this line if you're not using doxygen
    8994using doxygen ;
     95using quickbook ;
    9096}}}
    9197