diff options
Diffstat (limited to 'doc/en/installation.docbook')
-rw-r--r-- | doc/en/installation.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/installation.docbook b/doc/en/installation.docbook index 02aa6d6..822c06f 100644 --- a/doc/en/installation.docbook +++ b/doc/en/installation.docbook @@ -1235,12 +1235,12 @@ make[1]: Leaving directory `/home/source/krusader_trinity' <para>You can download the latest available krusader-2.x <link linkend="krusader_svn">from SVN</link>.</para> -<para><command>DCMAKE_INSTALL_PREFIX</command> is the location of the KDE DQT_INCLUDES</para> +<para><command>DCMAKE_INSTALL_PREFIX</command> is the location of the KDE DTQT_INCLUDES</para> <para> <screen> <prompt>$</prompt> <userinput><command>tar -xzvf</command> <option>krusader_kde4.tar.gz</option></userinput> <prompt>$</prompt> <userinput><command>cd </command> <option>krusader_kde4</option></userinput> - <prompt>$</prompt> <userinput><command>cmake </command> <option>-DCMAKE_INSTALL_PREFIX=/usr/ -DQT_INCLUDES=/usr/share/qt4/include</option></userinput> + <prompt>$</prompt> <userinput><command>cmake </command> <option>-DCMAKE_INSTALL_PREFIX=/usr/ -DTQT_INCLUDES=/usr/share/qt4/include</option></userinput> <prompt>$</prompt> <userinput><command>make</command></userinput> <prompt>$</prompt> <userinput><command>su -c </command> <option>"make install"</option></userinput> </screen> |