X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=ecfda6f32d1d612224889c587a47b635b9aa3657;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=b575f27053af8968bd51d2ecd7763d728c5b3977;hpb=38f9f5e0b14a06c3e9713380d41255cd6c8b9a61;p=kdenlive diff --git a/INSTALL b/INSTALL index b575f270..ecfda6f3 100644 --- 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! - - -