Changes between Version 47 and Version 48 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Feb 12, 2009, 10:14:51 AM (14 years ago)
Author:
Daniel James
Comment:

Xsltproc version info for leopard.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v47 v48  
    127127==== Macports ====
    128128
     129(I'm working on this, so just assorted notes for now).
     130
    129131Doxygen doesn't compile on tiger at the moment: http://trac.macports.org/ticket/18258
    130132Texlive_base doesn't seem to compile with x11: http://trac.macports.org/ticket/18326
     
    150152
    151153On Tiger, you need to be using xsltproc from macport's `libxslt` as the one included in OS X is very old but it might not be needed on Leopard.
     154
     155Leopard's version:
     156
     157{{{
     158$ /usr/bin/xsltproc --version
     159Using libxml 20616, libxslt 10112 and libexslt 810
     160xsltproc was compiled against libxml 20616, libxslt 10112 and libexslt 810
     161libxslt 10112 was compiled against libxml 20616
     162libexslt 810 was compiled against libxml 20616
     163}}}
     164
     165Macport's version:
     166
     167{{{
     168$ /opt/local/bin/xsltproc --version
     169Using libxml 20703, libxslt 10124 and libexslt 813
     170xsltproc was compiled against libxml 20703, libxslt 10124 and libexslt 813
     171libxslt 10124 was compiled against libxml 20703
     172libexslt 813 was compiled against libxml 20703
     173}}}
     174
     175I think we should recommend getting an up to date version.
    152176
    153177`user-config.jam`: