File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,21 @@ Patches can be submitted to
54
54
Whenever possible, you should use the official binary packages approved by the
55
55
supplier of your operating system, such as your Linux distribution.
56
56
57
+ ## Building the documentation
58
+
59
+ The reference documentaion is built with Doxygen.
60
+
61
+ The manual is a DocBook 5.0 document. These packages are recommended when building
62
+ the manual (can have other names in other distros):
63
+ - docbook5-xml (Ubuntu and Debian) or docbook5-schemas (Fedora)
64
+ - docbook-xsl (Ubuntu and Debian) or docbook-style-xsl (Fedora)
65
+
66
+ It may be possible to build without these packages, but it will be slow and error prone.
67
+ The ` xmllint ` command is told to read files from http://docbook.org .
68
+ The ` xsltproc ` command is told to read files from http://docbook.sourceforge.net .
69
+ The commands first search for local copies of those files. If local copies exist
70
+ and are installed at expected locations, the commands make no network accesses.
71
+
57
72
## Building on Windows
58
73
59
74
See [ MSVC-Builds] ( MSVC_NMake/MSVC-Builds.md )
You can’t perform that action at this time.
0 commit comments