<p dir="ltr">Hello, I was working for features in kdenlive on Ubuntu but the system qt support was below 5.6 so some functions couldn't work.<br>
Now I use kde neon for dev work. I would suggestn to opt for OS with up to date system qt support, as externally installing qt 5.10 can also give problems, being 2 qt versions on system.</p>
<p dir="ltr">You can use Arch Linux as mentioned or use neon.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Mar 2, 2018 5:32 PM, "Félix David" <<a href="mailto:felixg.david@gmail.com">felixg.david@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi !<br><br></div><div>Thanks for helping ! But I wont be able to try it...<br></div><div><br></div>I had a problem with my boot and I had to reset my main disk. Then could you tell me what distro do you use ? One with a good Qt and MLT support I could install, because for now I mostly use Linux for development and mostly kdenlive (I hope I'll be able to work on it soon...).<br><br></div>Thank you very much,<br><br></div>Félix<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-02-26 20:52 GMT+01:00 Vincent Pinon <span dir="ltr"><<a href="mailto:vpinon@kde.org" target="_blank">vpinon@kde.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Le lundi 26 février 2018, 09:16:37 CET Jean-Baptiste Mardelle a écrit :<br>
> Check the version there. You probably have a .pc file pointing to 6.5.0<br>
> version in /usr/lib/pkgconfig. Easiest is probably to delete these 2 files<br>
> and reinstall MLT.<br>
> Kdenlive tries to locate MLT using pkg-config. You can<br>
> verify with the following command:<br>
> pkg-config --libs mlt-framework<br>
> It should output something like:<br>
> -L/usr/local/lib -lmlt<br>
> And /usr/local/lib<br>
> should contain your 6.6.0 libraries<br>
<br>
</span>Hello,<br>
Personally I use the following setup successfully (customize INSTALL_PREFIX to your liking) (included in my .bashrc to avoid retyping it):<br>
    INSTALL_PREFIX=$HOME/apps/kden<wbr>live<br>
    export LD_LIBRARY_PATH=$INSTALL_PREFI<wbr>X/lib \<br>
           XDG_DATA_DIRS=$INSTALL_<wbr>PREFIX/share:$XDG_DATA_DIRS \<br>
           PKG_CONFIG_PATH=$INSTALL_PREF<wbr>IX/lib/pkgconfig:$PKG_CONFIG_<wbr>PATH \<br>
           PATH=$INSTALL_PREFIX/bin:$<wbr>PATH<br>
<br>
then<br>
<br>
cd mlt<br>
./configure --enable-gpl --enable-gpl3 --enable-debug --prefix=$INSTALL_PREFIX<br>
make -j4 && make install<br>
cd ../kdenlive/build<br>
cmake .. -DCMAKE_INSTALL_PREFIX=$INSTAL<wbr>L_PREFIX -DCMAKE_BUILD_TYPE=Debug<br>
make -j4 install<br>
<br>
but for sure Qt5.5 is really old.<br>
instructions to setup a chroot here : <a href="https://community.kde.org/Kdenlive/Development/KF5#Older_Linux_Distributions" rel="noreferrer" target="_blank">https://community.kde.org/Kden<wbr>live/Development/KF5#Older_<wbr>Linux_Distributions</a><br>
(just updated it to point to 17.10 instead of old 15.04)<br>
<br>
Good luck!<br>
<span class="m_8563150769289804658HOEnZb"><font color="#888888"><br>
Vincent<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="m_8563150769289804658gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br></div><div><a href="https://maps.google.com/?q=25+rue+Baudet+93200+Saint-Denis&entry=gmail&source=g">25 rue Baudet 93200 Saint-Denis</a><br></div><div>06.48.69.07.64<br></div><div><a href="mailto:felixg.david@gmail.com" target="_blank">felixg.david@gmail.com</a></div></div></div></div></div></div></div>
</div>
</blockquote></div></div>