Changes between Version 43 and Version 44 of BoostDocs/GettingStarted
- Timestamp:
- Feb 11, 2009, 9:22:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v43 v44 117 117 118 118 * Doxygen has an OS X download. 119 * `xsltproc` is included with OS X, but might be a littleold,119 * `xsltproc` is included with OS X, but is too old, 120 120 [http://www.explain.com.au/oss/libxml2xslt.html binaries] are available. 121 I haven't tried them yet. 121 122 * Need to install docbook manually. 122 123 * [http://tug.org/mactex/ MacTex] … … 136 137 }}} 137 138 139 {{{ 140 sudo port install boost-jam docbook-xml-4.2 docbook-xsl libxslt doxygen 141 }}} 142 138 143 TODO: 139 144 {{{ … … 141 146 }}} 142 147 143 {{{ 144 sudo port install boost-build boost-jam docbook-xml-4.2 docbook-xsl libxslt doxygen 145 }}} 146 147 On Tiger, you need to be using xsltproc from `libxslt` as the one included in OS X is old, I'm not sure about Leopard.148 Texlive is a large download and takes a long to download. 149 150 There's also `boost-build` but you'll have a copy of that in your boost download anyway. It might also be best to manually install `bjam`, it seems to be working okay for me but might get out of date. 151 152 On Tiger, you need to be using xsltproc from macport's `libxslt` as the one included in OS X is old, I'm not sure about Leopard. 148 153 149 154 === Debian/ubuntu ===