[Kmymoney-devel] [Bug 245023] KMyMoney 3.98.1 for openSUSE 11.3 compilation

Alvaro Soliverez asoliverez at gmail.com
Mon Jul 19 11:41:17 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=245023





--- Comment #5 from Alvaro Soliverez <asoliverez gmail com>  2010-07-19 11:41:14 ---
You usually wouldn't compile as root user, and it is advised to compile
out-of-tree. The README.cmake file has more instructions on how to compile.
Also, you are missing the install prefix setting, which is most likely your
problem in this case.

uncompress the tar, somewhere on your home folder, or where you have rights as
a  regular user.
cd to that folder
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make
su - root
make install

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list