doc: Make it clearer how to change selected modules.

wilder
Michael Pyne 14 years ago
parent f5658e59e5
commit 62a263e664
  1. 14
      doc/index.docbook

@ -458,11 +458,11 @@ source code.
selects what &url; to download the sources from. This is useful if you are a
developer with a <ulink url="http://techbase.kde.org/Contribute/First_Steps_with_your_KDE_SVN_Account">&kde;
&subversion; account</ulink>.</para></listitem>
<listitem>You will probably want to select different modules to build, which
is described in <xref linkend="selecting-modules"/>.</listitem>
</itemizedlist>
</para>
<para>Continue to <xref linkend="kde-modules-and-selection"/> to see how to
change how much of &kde; is built.</para>
</sect1>
<sect1 id="kde-modules-and-selection">
@ -1654,9 +1654,11 @@ linkend="conf-configure-flags">configure-flags</link> or <link
linkend="conf-cmake-options">cmake-options</link> because this option will also
set the environment variable <envar>CXXFLAGS</envar> during the build process.</para>
<para>Note that for &kde; 4 and any other modules that use &cmake;, it is necessary to set the
CMAKE_BUILD_TYPE option to "none" when configuring the module. This can be done using the
<link linkend="conf-cmake-options">cmake-options</link> option.</para>
<para>Note that for &kde; 4 and any other modules that use &cmake;, it is
necessary to set the CMAKE_BUILD_TYPE option to <userinput>none</userinput>
when configuring the module. This can be done using the <link
linkend="conf-cmake-options">cmake-options</link> option.
</para>
</entry>
</row>

Loading…
Cancel
Save