# "Enable configuration and installation of the example steps. This adds a COMPONENT \"examples\" to the build system."
# )
#
-# SET(DEAL_II_COMPONENT_MESH_CONVERTER OFF CACHE BOOL
+# SET(DEAL_II_COMPONENT_MESH_CONVERTER ON CACHE BOOL
# "Build and install the mesh_converter. This adds a COMPONENT \"mesh_converter\" to the build system."
# )
#
<li>
<p>
<i>mesh_converter</i>: If you wish to compile and install the
- mesh_converter, specify
- <code>-DDEAL_II_COMPONENT_MESH_CONVERTER=ON</code>.
+ <code>mesh_converter</code> tool discussed in the documentation
+ of the <code>GridIn</code> class, specify
+ <code>-DDEAL_II_COMPONENT_MESH_CONVERTER=ON</code>. (This is in fact
+ the default.)
</p>
+
<p>
<i>parameter_gui</i>: If you wish to compile and install the
- parameter_gui, specify
+ <code>parameter_gui</code> tool discussed in the documentation
+ of the <code>ParameterHandler</code> class, specify
<code>-DDEAL_II_COMPONENT_PARAMETER_GUI=ON</code>. Beware of the
- fact that parameterGUI needs development packages for Qt.
+ fact that <code>parameter_gui</code> needs development packages for Qt.
</p>
</ul>