Changes between Version 56 and Version 57 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Apr 17, 2011, 2:31:22 PM (12 years ago)
Author:
Daniel James
Comment:

Update the debian/ubuntu instructions.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v56 v57  
    228228
    229229# Optional extras:
    230 # TODO: What's the correct latex package?
    231 sudo apt-get install doxygen texlive-full
     230sudo apt-get install doxygen texlive-latex-base
    232231}}}
    233232
     
    235234
    236235{{{
    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 
     236using boostbook ;
    244237using quickbook ;
    245238
    246 # Remove this line if you haven't installed doxygen
     239# Only add this line if you have installed doxygen.
    247240using doxygen ;
    248241}}}