Changes between Version 20 and Version 21 of BoostDocs/GettingStarted
- Timestamp:
- Nov 23, 2008, 11:21:00 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v20 v21 20 20 It might be easier to use Cygwin (see below). 21 21 22 First, you need to get the boost build tools set up, see [http://www.boost.org/doc/libs/1_37_0/more/getting_started/index.html the getting started guide] for an introduction. 23 22 24 - Create directory for boost tools, say `c:\boost-tools`. 23 25 - Create directory for binaries, say `c:\boost-tools\bin`. 24 26 - Add to path. 25 - Download prebuilt bjam from [http://www.boost.org/users/download/ the boost download page].26 - Extract bjam to binary directory.27 27 - xml tools from [http://www.zlatkovic.com/pub/libxml/ Igor Zlatkovic]. Require: `iconv`, `libxml2` and `libxslt`, `zlib`. (Don't use version 2.6.32+ of libxml2, there's a [http://bugzilla.gnome.org/show_bug.cgi?id=538905 bug] which breaks doxygen import, 2.6.30 works). 28 28 … … 45 45 }}} 46 46 47 Also install:47 If you want to build the complete documentation, you'll also need to install: 48 48 49 49 * [http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc Doxygen] … … 70 70 71 71 === Cygwin === 72 73 First, you need to get the boost build tools set up. `bjam` will need to be built using cygwin, so don't use the prebuilt windows binary. 72 74 73 75 Cygwin packages: … … 103 105 === OS X === 104 106 107 I'm not sure about any of this... 108 105 109 * Doxygen has an OS X download. 106 110 * `xsltproc` is included with OS X, but might be a little old, … … 112 116 113 117 === Debian/ubuntu === 118 119 First, you need to get the boost build tools set up, see [http://www.boost.org/doc/libs/1_37_0/more/getting_started/index.html the getting started guide] for an introduction. You can probably use the `bjam` package. 114 120 115 121 {{{