mltframework / mlt-scripts

scripts to help build open source MLT apps

Home Page:https://www.mltframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undocumented dependencies

thejoshwolfe opened this issue · comments

This project has no readme, so I don't know if I'm expected to install any dependencies. When I try to use one of the build scripts, I get this error:

mlt-scripts$ ./build/build-kdenlive.sh 
LOG: Sun Apr 8 12:05:41 EDT 2018
LOG: ./build/build-kdenlive.sh starting
LOG: Using none for feedback
WARN: Unable to read config file build-kdenlive.conf
LOG: Checking for sudo requirement
LOG: Done checking for sudo requirement
LOG: Number of steps determined to 51
LOG: Process has finished. Reason: ABORTED User requested abort
LOG: Total number of steps needed to complete 51
LOG: Press Ctrl+C to abort
LOG: Number of steps completed : 0
LOG: About to run command: kf5-config -v
./build/build-kdenlive.sh: line 297: kf5-config: command not found
ERROR: Unable to run kf5-config
LOG: Process has finished. Reason: FAILURE Some kind of error occured: Unable to run kf5-config

When I ask my bash terminal about that missing binary, I get this:

$ kf5-config
The program 'kf5-config' is currently not installed. You can install it by typing:
sudo apt install libkf5kdelibs4support5-bin

So am I supposed to install that package?

This issue tracker is not for general support questions.
See here: https://mltframework.org/support/

There is some build guidance on this page: https://mltframework.org/docs/buildscripts/#kdenlive
If you find that there are missing steps or information, feel free to contribute the necessary changes.