mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Doc: specified how to install documentation
Added command "make install_docs" Task-number: QTBUG-32212 Change-Id: Ic5bfd76bf7233565616b8c248ce3ccdeb05f8803 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
94eef4e5f7
commit
a145dba334
9
README
9
README
@@ -127,12 +127,13 @@ HOW TO BUILD QT5
|
|||||||
Documentation
|
Documentation
|
||||||
=============
|
=============
|
||||||
|
|
||||||
After the configure step, building the documentation is possible by running
|
After configuring and compiling Qt, building the documentation is possible by running
|
||||||
"make docs".
|
"make docs".
|
||||||
Example:
|
|
||||||
|
|
||||||
./configure -prefix $PWD/qtbase -opensource
|
After having built the documentation, you need to install it with the following
|
||||||
make docs
|
command:
|
||||||
|
|
||||||
|
make install_docs
|
||||||
|
|
||||||
The documentation is installed in the path set to $QT_INSTALL_DOCS.
|
The documentation is installed in the path set to $QT_INSTALL_DOCS.
|
||||||
Running "qmake -query" will list the value of QT_INSTALL_DOCS.
|
Running "qmake -query" will list the value of QT_INSTALL_DOCS.
|
||||||
|
|||||||
Reference in New Issue
Block a user