Git commit 8a7e4e0c21887ce4977f349910e4b4018377ba95 by Burkhard L?ck. Committed on 27/01/2013 at 21:39. Pushed by lueck into branch 'master'.
typo fix for: remove outdated install info + replace with cmake instructions M +1 -1 digikam/index.docbook http://commits.kde.org/digikam-doc/8a7e4e0c21887ce4977f349910e4b4018377ba95 diff --git a/digikam/index.docbook b/digikam/index.docbook index 5f87b36..a4a03c8 100644 --- a/digikam/index.docbook +++ b/digikam/index.docbook @@ -2603,7 +2603,7 @@ Most likely your distribution vendor might already have packaged and provided th In order to compile and install &digikam; on your system, type the following in the base folder of the <emphasis>libkipi</emphasis> and <emphasis>digikam</emphasis> module distributions. You should use a separate build folder to help cleaning up sources if something goes wrong.: <screen width="40"> - <prompt>%</prompt> <userinput># mkdir build </userinput> + <prompt>%</prompt> <userinput>mkdir build </userinput> <prompt>%</prompt> <userinput>cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. </userinput> <prompt>%</prompt> <userinput>make</userinput> <prompt>%</prompt> <userinput>su</userinput>
