[kdenlive] Missing .rc file

Gurjot Singh Bhatti bhattigurjot at gmail.com
Wed Mar 4 17:35:12 UTC 2015


On 4 March 2015 at 22:43, Steve Guilford
<s.guilford at asterionmultimedia.com> wrote:
>>> Is that in /usr/local or some other place?
>>
>> That's what I don't understand.
>
> Look in /usr/local/share/.. for the file.

It is not there.

>>> Sounds like you're installing into a 'prefix'....
>>
>> Well this is the guide I've been following:
>> https://community.kde.org/Kdenlive/Development/KF5
>>
> Did you ever set a value for $INSTALL_PREFIX - that narrative does not
> outright tell you to do so but assumes that you know what $INSTALL_PREFIX is
> used for.  I'm not sure what the config does if you do not set
> $INSTALL_PREFIX.

I didn't. :-(
what should be the value? "/usr/local"?

> There's also a typo here:
>
>> export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib
>> export XDG_DATA_DIRS=$INSTALL_PREFIX/share:$XDG_DATA_DIRS:/usr/share
>> PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig cmake ..
>> -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
>> make -j4 install
>
> Should be:
>>
>> export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib
>> export XDG_DATA_DIRS=$INSTALL_PREFIX/share:$XDG_DATA_DIRS:/usr/share
>> export PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig
>> cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX
>> make -j4 install

Thanks for this.

-- 
Gurjot Singh Bhatti
Website: http://bhattigurjot.com


More information about the kdenlive mailing list