Changes between Version 1 and Version 2 of BoostDocs/GettingStarted


Ignore:
Timestamp:
Jul 25, 2008, 1:24:57 PM (14 years ago)
Author:
Daniel James
Comment:

Start to enter native windows information, and a little formatting.

Legend:

Unmodified
Added
Removed
Modified
  • BoostDocs/GettingStarted

    v1 v2  
    1212== Windows ==
    1313
    14 It's easier to use Cygwin (see below).
     14It might be easier to use Cygwin (see below).
    1515
    16 TODO
     16Build bjam and add to path
     17
     18Unpack in a single directory (maybe bjam could be included in the same directory structure....):
     19
     20  * xml tools from [http://www.zlatkovic.com/pub/libxml/ Igor Zlatkovic]. Require: `iconv`, `zlib`, `libxml2` and `libxslt`.
     21  * [http://docbook.sourceforge.net/ Norman Walsh's DocBook XSL stylesheets]
     22  * [http://www.oasis-open.org/docbook/xml/4.2/ The DocBook DTD]
     23
     24Install windows doxygen.
     25
     26Latex?
     27
     28`user-config.jam`:
     29
     30{{{
     31using xsltproc
     32    : "C:/Users/example/Documents/boost/xml/bin/xsltproc.exe"
     33    ;
     34
     35using boostbook
     36    : "C:/Users/example/Documents/boost/xml/docbook-xsl"
     37    : "C:/Users/example/Documents/boost/xml/docbook-xml"
     38    ;
     39}}}
    1740
    1841== Cygwin ==
     
    3356Build bjam
    3457
    35 user-config.jam:
     58`user-config.jam`:
    3659
    3760{{{
     
    4467=== Unix with automatic script ===
    4568
    46 TODO
     69''TODO''
    4770
    4871=== Debian/ubuntu ===
     
    5376}}}
    5477
    55 Add to user-config.jam:
     78Add to `user-config.jam`:
    5679
    5780{{{
     
    6992== Pre-build quickbook ==
    7093
    71 TODO
     94''TODO''
    7295
    7396== How to build pdfs ==
    7497
    75 TODO
     98''TODO''