]> git.sesse.net Git - kdenlive/blob - INSTALL
ecfda6f32d1d612224889c587a47b635b9aa3657
[kdenlive] / INSTALL
1 Kdenlive installation instrucions
2 =================================
3
4 To compile and install, go in the source directory and type:
5
6 mkdir build;cd build
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!