[Kmymoney-devel] svn testing/install answer
Jack
ostroffjh at users.sourceforge.net
Mon Feb 8 02:43:47 CET 2010
(Answering my own question in case it helps someone else.)
> I finally got the 3.95 release installed under Gentoo. I'd like to
> also have a local copy of the latest svn version for testing, but I
> don't want to overwrite the stable distro package. I can set the
> CMAKE_INSTALL_PREFIX to ~/KMM, but it obviously still has problems
> finding the new libraries. Is there any reasonable way to run the
> newly compiled svn version without conflicting with the distro
> installed version?
The main change to the standard instructions is:
cmake .. -DCMAKE_INSTALL_PREFIX=~/KMM/KDE4/
Note no sudo is needed on the "make install" since it's within my home
directory. I then use
/lib64/ld-linux-x86-64.so.2 --library-path ~/KMM/KDE4/lib64
~/KMM/KDE4/bin/kmymoney
after making a copy of my latest .kmy file. (modify as appropriate if
you are not on 64 bit)
It seems to work fine. It can't find the manual, but I haven't dug
into that at all yet.
Jack
More information about the KMyMoney-devel
mailing list