Changes between Version 21 and Version 22 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Nov 23, 2008, 11:24:54 AM (14 years ago)
Author:
Daniel James
Comment:

Make it clearer that some packages aren't required.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v21 v22  
    7575Cygwin packages:
    7676
    77   * Libs/libxml2
    78   * Libs/libxslt
    79   * Devel/doxygen
    80   * Text/docbook-xml42
    81   * Text/docbook-xsl
    82   * Text/tetex-extra (for accumulators, I'm not sure if this is the right one?)
    83   * Graphics/ghostscript
     77  * `Libs/libxml2`
     78  * `Libs/libxslt`
     79  * `Text/docbook-xml42`
     80  * `Text/docbook-xsl`
     81  * `Devel/doxygen` (optional, used for several libraries)
     82  * `Text/tetex-extra` (optional, used for the accumulators library documentation)
     83  * `Graphics/ghostscript` (optional, also used for the accumulators library documentation)
    8484
    8585Build bjam
     
    121121{{{
    122122# TODO: What's the correct latex package?
    123 sudo apt-get install xsltproc docbook-xsl docbook-xml doxygen texlive-full
     123sudo apt-get install xsltproc docbook-xsl docbook-xml
     124
     125# Optional extras:
     126sudo apt-get install doxygen texlive-full
    124127}}}
    125128
     
    134137    ;
    135138
    136 # Remove this line if you're not using doxygen
     139using quickbook ;
     140
     141# Remove this line if you haven't installed doxygen
    137142using doxygen ;
    138 using quickbook ;
    139143}}}
    140144