Plugins path in master branch
Jack
ostroffjh at users.sourceforge.net
Sun Jun 19 16:03:21 UTC 2016
If you are compiling from source from git, that is running a local
development version. That is compared to running a binary version
provided by your distribution.
On 2016.06.19 04:11, Łukasz Wojniłowicz wrote:
> I do not run local development version. After each compilation I do
> "sudo make install"
> What about that?
>
> Cheers,
> Łukasz
>
> Dnia sobota, 18 czerwca 2016 20:05:14 kmymoney-devel-request at kde.org
> pisze:
> > Message: 7
> > Date: Sat, 18 Jun 2016 20:30:25 +0200
> > From: Cristian Oneț <onet.cristian at gmail.com>
> > To: For KMyMoney development <kmymoney-devel at kde.org>
> > Subject: Re: Plugins path in master branch
> > Message-ID:
> >
> <CANqZg3t-4BkGwXWC3Zvmn_Mu9BFw1cxc+i9NWg9vNiiJTpBpKg at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Hi,
> >
> > Running a local development version requires the following
> environment
> > to be set (solution 2):
> >
> > PREFIX=the_value_of_CMAKE_INSTALL_PREFIX
> > export QT_PLUGIN_PATH=$PREFIX/lib64/plugins:$QT_PLUGIN_PATH
> > export XDG_CONFIG_DIRS=$PREFIX/etc/xdg:$XDG_CONFIG_DIRS
> > export XDG_DATA_DIRS=$PREFIX/share:$XDG_DATA_DIRS
> > # run kmymoney
> > $PREFIX/bin/kmymoney
> >
> > Regards,
> > Cristian
>
>
More information about the KMyMoney-devel
mailing list