summaryrefslogtreecommitdiff
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 61f4b2398..058232060 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -462,6 +462,17 @@
An installed toolchain has to match the one that Qt was compiled with.
+ \section2 Documentation
+
+ Building the \QBS documentation requires Python 2.7 or 3.2 or above,
+ as well as some third party Python modules. These can be installed via \c pip:
+
+ \code
+ pip install beautifulsoup4 lxml
+ \endcode
+
+ Regenerating the man page requires a Perl module, help2man.
+
\section1 Building
To build \QBS, enter the following command: