Changes between Version 21 and Version 22 of BoostDocs/GettingStarted
- Timestamp:
- Nov 23, 2008, 11:24:54 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v21 v22 75 75 Cygwin packages: 76 76 77 * Libs/libxml278 * Libs/libxslt79 * Devel/doxygen80 * Text/docbook-xml4281 * Text/docbook-xsl82 * Text/tetex-extra (for accumulators, I'm not sure if this is the right one?)83 * Graphics/ghostscript77 * `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) 84 84 85 85 Build bjam … … 121 121 {{{ 122 122 # TODO: What's the correct latex package? 123 sudo apt-get install xsltproc docbook-xsl docbook-xml doxygen texlive-full 123 sudo apt-get install xsltproc docbook-xsl docbook-xml 124 125 # Optional extras: 126 sudo apt-get install doxygen texlive-full 124 127 }}} 125 128 … … 134 137 ; 135 138 136 # Remove this line if you're not using doxygen 139 using quickbook ; 140 141 # Remove this line if you haven't installed doxygen 137 142 using doxygen ; 138 using quickbook ;139 143 }}} 140 144