Changes between Version 2 and Version 3 of BoostDocs/GettingStarted
- Timestamp:
- Jul 25, 2008, 1:42:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoostDocs/GettingStarted
v2 v3 16 16 Build bjam and add to path 17 17 18 Unpack in a single directory(maybe bjam could be included in the same directory structure....):18 Unpack under a single directory, such as `C:/Users/example/Documents/boost/` (maybe bjam could be included in the same directory structure....): 19 19 20 20 * xml tools from [http://www.zlatkovic.com/pub/libxml/ Igor Zlatkovic]. Require: `iconv`, `zlib`, `libxml2` and `libxslt`. … … 60 60 {{{ 61 61 using xsltproc ; 62 # TODO: Fill these directories in: 63 using boostbook : DOCBOOK_XSL_DIR : DOCBOOK_DTD_DIR ; 62 63 using boostbook 64 : /usr/share/docbook-xsl 65 : /usr/share/xml/docbook/4.2 66 ; 67 64 68 using doxygen ; 69 using quickbook ; 65 70 }}} 66 71 … … 88 93 # Remove this line if you're not using doxygen 89 94 using doxygen ; 95 using quickbook ; 90 96 }}} 91 97