Changes between Version 1 and Version 2 of BoostDocs/GettingStarted
- Timestamp:
- Jul 25, 2008, 1:24:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v1 v2 12 12 == Windows == 13 13 14 It 'seasier to use Cygwin (see below).14 It might be easier to use Cygwin (see below). 15 15 16 TODO 16 Build bjam and add to path 17 18 Unpack 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 24 Install windows doxygen. 25 26 Latex? 27 28 `user-config.jam`: 29 30 {{{ 31 using xsltproc 32 : "C:/Users/example/Documents/boost/xml/bin/xsltproc.exe" 33 ; 34 35 using boostbook 36 : "C:/Users/example/Documents/boost/xml/docbook-xsl" 37 : "C:/Users/example/Documents/boost/xml/docbook-xml" 38 ; 39 }}} 17 40 18 41 == Cygwin == … … 33 56 Build bjam 34 57 35 user-config.jam:58 `user-config.jam`: 36 59 37 60 {{{ … … 44 67 === Unix with automatic script === 45 68 46 TODO 69 ''TODO'' 47 70 48 71 === Debian/ubuntu === … … 53 76 }}} 54 77 55 Add to user-config.jam:78 Add to `user-config.jam`: 56 79 57 80 {{{ … … 69 92 == Pre-build quickbook == 70 93 71 TODO 94 ''TODO'' 72 95 73 96 == How to build pdfs == 74 97 75 TODO 98 ''TODO''