Changes between Version 56 and Version 57 of BoostDocs/GettingStarted
- Timestamp:
- Apr 17, 2011, 2:31:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v56 v57 228 228 229 229 # Optional extras: 230 # TODO: What's the correct latex package? 231 sudo apt-get install doxygen texlive-full 230 sudo apt-get install doxygen texlive-latex-base 232 231 }}} 233 232 … … 235 234 236 235 {{{ 237 using xsltproc ; 238 239 using boostbook 240 : /usr/share/xml/docbook/stylesheet/nwalsh 241 : /usr/share/xml/docbook/schema/dtd/4.2 242 ; 243 236 using boostbook ; 244 237 using quickbook ; 245 238 246 # Remove this line if you haven't installed doxygen239 # Only add this line if you have installed doxygen. 247 240 using doxygen ; 248 241 }}}