[Kmymoney-devel] Starting w/o loading plugins possible?

aga agander93 at gmail.com
Mon Sep 30 21:20:15 UTC 2013


On Mon, 30 Sep 2013 20:05:50 +0200
mk-lists at email.de wrote:

> > Won't the parameters for cmake .. -DCMAKE_INSTALL_PREFIX.... need
> > to be changed?
> 
> Hmm, well, I seem to have the correct setting there already.
> 
> But the tricky bit is that I try to run an executable which isn't yet
> installed where it belongs. It's just built in the source directory
> and I try to run it from in there… I guess this is not really
> doable. :( _______________________________________________

Then I've just done the undoable!  (Well, almost.)  After a bit of
research, I did the following - 
"
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME -DLIB_INSTALL_DIR=$HOME/lib
-DPLUGIN_INSTALL_DIR=$HOME/lib/kde4"

It installs in and runs from $HOME/bin, but I then found I hadn't
unistalled the original plugins, so it was using those.  Without those,
it doesn't find the local version.  I haven't yet found the right
incantation to have it find the local plugins, but I don't know if this
might help with what you are trying to do.

Allan



More information about the KMyMoney-devel mailing list