Skip to main content

Installing Kdenlive

4 posts / 0 new
Last post
leoplaw
Offline
Joined: 08/03/2009
Posts:
Installing Kdenlive

I have followed the instructions here: http://kdenlive.org/user-manual/downloading-and-installing-kdenlive/inst...

I am compiling all to the /opt directory

--prefix=/opt

ffmpeg, frei0r, mlt, all compile fine.

But Kdenlive stops compilation at

-- checking for module 'mlt++'
-- package 'mlt++' not found
CMake Error at cmake/modules/FindLIBMLT.cmake:70 (message):
Could not find MLT++

Sorry, I know this is probably very basic, but I am a noob when it comes to these things.

0
Your rating: None
leoplaw
Offline
Joined: 08/03/2009
Posts:
Re: Installing Kdenlive

any takers?

moorsey
Offline
Joined: 11/18/2010
Posts:
Re: Installing Kdenlive

If you are on Ubuntu or similar, it may be easier to use packages rather than compiling, that doesn't help your problem at all though.

I have no knowledge of this though I'm sorry, but I am guessing the pre-requisite packages have not been met, MELT by the looks of it, is it installed?

der_pit
Offline
Joined: 01/04/2012
Posts:
Re: Installing Kdenlive

Well, maybe a bit (very) late. Nevertheless:
If you installed also the libs (frei0r, mlt) in /opt, the default configuration scripts will not find it there. You might be able to fix this by issuing
cmake -DCMAKE_INCLUDE_PATH=/opt/include ........
but I don't know much about cmake and if that breaks something else. You also might have to do the same for the libs, using CMAKE_LIBRARY_PATH.

Apart from that, the 'policy' for /opt is to use it for packages that do not follow the standard directory layout and therefore should install in /opt/
/.....
Is there a specific reason for using /opt and not /usr/local?