]> git.sesse.net Git - kdenlive/blobdiff - INSTALL
Fix label
[kdenlive] / INSTALL
diff --git a/INSTALL b/INSTALL
index b575f27053af8968bd51d2ecd7763d728c5b3977..ecfda6f32d1d612224889c587a47b635b9aa3657 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
-Kdenlive Installation instrucions
+Kdenlive installation instrucions
 =================================
 
-
 To compile and install, go in the source directory and type:
 
-cmake .
+mkdir build;cd build
+cmake ..
 (If you want to install in a different path, use instead:
-cmake . -DCMAKE_INSTALL_PREFIX=/install/path)
+cmake .. -DCMAKE_INSTALL_PREFIX=/install/path)
 make
 
 To install, become root:
@@ -20,6 +20,3 @@ Note that you should also install MLT to do anything useful with Kdenlive. See
 the README file for details.
 
 Have Fun!
-
-
-