]> git.sesse.net Git - kdenlive/blobdiff - INSTALL
add context to some messages
[kdenlive] / INSTALL
diff --git a/INSTALL b/INSTALL
index b575f27053af8968bd51d2ecd7763d728c5b3977..d6458f4409021aa9557707a0d1b96d48b3635239 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,13 @@
-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: