]> git.sesse.net Git - kdenlive/blob - INSTALL
Some debug lines for examing bug in spacer tool, will remove them again later.
[kdenlive] / INSTALL
1 Kdenlive Installation instrucions
2 =================================
3
4
5 To compile and install, go in the source directory and type:
6
7 cmake .
8 (If you want to install in a different path, use instead:
9 cmake . -DCMAKE_INSTALL_PREFIX=/install/path)
10 make
11
12 To install, become root:
13
14 sudo make install
15 (enter root password at prompt)
16
17 Once installed, you can start Kdenlive by typing "kdenlive".
18
19 Note that you should also install MLT to do anything useful with Kdenlive. See
20 the README file for details.
21
22 Have Fun!
23
24
25