Skip to main content

fresh kdenlive_builder.sh

3 posts / 0 new
Last post
toohes
Offline
Joined: 04/24/2007
Posts:
fresh kdenlive_builder.sh

"kdenlive_builder.sh from svn repository" (link from wiki) contents

cd ../kdenlive &&
sh bootstrap &&
./configure --prefix=$DEST_DIR --enable-debug=full &&

But cmake builds the kdenlive quite a while.
Where is correct kdenlive_builder.sh?

0
Your rating: None
herrej01
Offline
Joined: 10/06/2008
Posts:
Re: fresh kdenlive_builder.sh

Hi,

I'm maintaining a copy of the script in this topic:

viewtopic.php?f=8&t=339&start=30

as I've no other place to put it. By the way, I've incorporated your finding about avformat headers location. Thanks for that ;)

Regards.
JM

toohes
Offline
Joined: 04/24/2007
Posts:
Re: fresh kdenlive_builder.sh

Ok, thanks. :D
It's really difficult to find last version in forums.
But why isn't it in svn/wiki?