(WB: actually, no -- this is a change that should happen on
mainline once we have migrated the whole wiki)
- - The ReadME should mention how to install the documentation
-
- Write a page on how to use deal.II in external CMake projects.
(doc/development/toc.html already links to it)
(A more detailed copy of what is already standing in cmake.html)
specifically do not want to use it, then
pass <code>-DDEAL_II_WITH_MPI=OFF</code>.
</p>
+
+ <li>
+ <p>
+ To build and install the documentation, specify
+ <code>-DDEAL_II_COMPONENT_DOCUMENTATION=ON</code>
+ on the command line. For generating the documentation <a
+ href="http://www.perl.org/" target="_top">Perl 5.x</a>,
+ <a href="http://www.doxygen.org/" target="_top">doxygen</a>
+ and <code>dot</code> (which is part of the <a
+ href="http://www.graphviz.org" target="_top">GraphViz</a>
+ package) have to be installed.
+
+ <li>
+ <p>
+ If you wish to install projects residing under
+ <code>contrib/</code> such as ParameterGUI,
+ specify <code>-DDEAL_II_COMPONENT_CONTRIB=ON</code>.
+ Beware of the fact that parameterGUI needs
+ development packages for Qt.
+
</ul>