]> git.sesse.net Git - kdenlive/blob - INSTALL
Fix clip not properly selected when dragged from project tree to timeline
[kdenlive] / INSTALL
1 Kdenlive Installation Instrucions
2 =================================
3
4
5 To compile and install, go in the source directory and type:
6
7 mkdir build;cd build
8 cmake ..
9 (If you want to install in a different path, use instead:
10 cmake .. -DCMAKE_INSTALL_PREFIX=/install/path)
11 make
12
13 To install, become root:
14
15 sudo make install
16 (enter root password at prompt)
17
18 Once installed, you can start Kdenlive by typing "kdenlive".
19
20 Note that you should also install MLT to do anything useful with Kdenlive. See
21 the README file for details.
22
23 Have Fun!
24
25
26