Changes between Version 20 and Version 21 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Nov 23, 2008, 11:21:00 AM (14 years ago)
Author:
Daniel James
Comment:

Link to the getting started guide, to help setup bjam.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v20 v21  
    2020It might be easier to use Cygwin (see below).
    2121
     22First, 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
    2224  - Create directory for boost tools, say `c:\boost-tools`.
    2325  - Create directory for binaries, say `c:\boost-tools\bin`.
    2426  - Add to path.
    25   - Download prebuilt bjam from [http://www.boost.org/users/download/ the boost download page].
    26   - Extract bjam to binary directory.
    2727  - 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).
    2828
     
    4545}}}
    4646
    47 Also install:
     47If you want to build the complete documentation, you'll also need to install:
    4848
    4949  * [http://www.stack.nl/~dimitri/doxygen/download.html#latestsrc Doxygen]
     
    7070
    7171=== Cygwin ===
     72
     73First, 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.
    7274
    7375Cygwin packages:
     
    103105=== OS X ===
    104106
     107I'm not sure about any of this...
     108
    105109 * Doxygen has an OS X download.
    106110 * `xsltproc` is included with OS X, but might be a little old,
     
    112116
    113117=== Debian/ubuntu ===
     118
     119First, 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.
    114120
    115121{{{