| | 78 | === Building documentation on Windows === |
| | 79 | |
| | 80 | Documentation is optional, but in order to build it in Windows you must currently use Cygwin (there isn't a working DocBook toolchain on MSYS as far as we know). |
| | 81 | |
| | 82 | In the Cygwin installer, just install the complete {{{Doc}}} category. You |
| | 83 | may have to help {{{configure}}} a little bit: Set the |
| | 84 | environment variables {{{XmllintCmd}}} and |
| | 85 | {{{XsltprocCmd}}} to the paths of the Cygwin executables |
| | 86 | {{{xmllint}}} and {{{xsltproc}}}, |
| | 87 | respectively, and set {{{fp_cv_dir_docbook_xsl}}} to the path |
| | 88 | of the directory where the XSL stylesheets are installed, |
| | 89 | e.g. {{{c:/cygwin/usr/share/docbook-xsl}}}. |
| | 90 | |
| | 91 | If you want to build HTML Help, you have to install the |
| | 92 | [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hworiHTMLHelpStartPage.asp HTML Help SDK], |
| | 93 | too, and make sure that {{{hhc}}} is in your {{{PATH}}}. |
| | 94 | |