X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=ecfda6f32d1d612224889c587a47b635b9aa3657;hb=f33651cfeacdc62d6b56de27cf4e433f26ce2d07;hp=19a3e0e238d6bdd93bd5a4ed665ad2529000ab64;hpb=8ee285209ff72ac2dc2c66ac0db30d63d2a9c5a7;p=kdenlive diff --git a/INSTALL b/INSTALL index 19a3e0e2..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! - - -