Changes between Version 47 and Version 48 of BoostDocs/GettingStarted
- Timestamp:
- Feb 12, 2009, 10:14:51 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v47 v48 127 127 ==== Macports ==== 128 128 129 (I'm working on this, so just assorted notes for now). 130 129 131 Doxygen doesn't compile on tiger at the moment: http://trac.macports.org/ticket/18258 130 132 Texlive_base doesn't seem to compile with x11: http://trac.macports.org/ticket/18326 … … 150 152 151 153 On 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 155 Leopard's version: 156 157 {{{ 158 $ /usr/bin/xsltproc --version 159 Using libxml 20616, libxslt 10112 and libexslt 810 160 xsltproc was compiled against libxml 20616, libxslt 10112 and libexslt 810 161 libxslt 10112 was compiled against libxml 20616 162 libexslt 810 was compiled against libxml 20616 163 }}} 164 165 Macport's version: 166 167 {{{ 168 $ /opt/local/bin/xsltproc --version 169 Using libxml 20703, libxslt 10124 and libexslt 813 170 xsltproc was compiled against libxml 20703, libxslt 10124 and libexslt 813 171 libxslt 10124 was compiled against libxml 20703 172 libexslt 813 was compiled against libxml 20703 173 }}} 174 175 I think we should recommend getting an up to date version. 152 176 153 177 `user-config.jam`: