KMyMoney: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
---- | ---- | ||
{{Package-Introduction| | {{Package-Introduction|KMyMoney is the Personal Finance Manager for the wonderful [[KDE]]. It operates similar to MS-Money, supports different account types, categorisation of expenses and incomes, reconciliation of bank accounts and QIF import/export.|http://kmymoney2.sourceforge.net/index-home.html}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 20:46, 16 April 2007
| Download Source: | http://downloads.sourceforge.net/kmymoney2/kmymoney2-0.8.8.tar.bz2 |
|---|
Introduction to KMyMoney
KMyMoney is the Personal Finance Manager for the wonderful KDE. It operates similar to MS-Money, supports different account types, categorisation of expenses and incomes, reconciliation of bank accounts and QIF import/export.
Project Homepage: http://kmymoney2.sourceforge.net/index-home.html
Dependencies
Required
Recommended
Optional
Non-Multilib
Compile the package:
./configure --prefix=${KDE_PREFIX} \
--sysconfdir=/etc/kde \
--disable-debug \
--disable-dependency-tracking \
--enable-kbanking --enable-ofxbanking &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${KDE_PREFIX} \
--sysconfdir=/etc/kde \
--enable-libsuffix=none \
--disable-debug \
--disable-dependency-tracking \
--enable-kbanking --enable-ofxbanking &&
make
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${KDE_PREFIX} \
--sysconfdir=/etc/kde \
--enable-libsuffix=32 \
--disable-debug \
--disable-dependency-tracking \
--enable-kbanking --enable-ofxbanking &&
make
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${KDE_PREFIX} \
--sysconfdir=/etc/kde \
--enable-libsuffix=64 \
--disable-debug \
--disable-dependency-tracking \
--enable-kbanking --enable-ofxbanking &&
make
Install the package
make install && unset USE_ARCH
Contents
| Installed Programs: | kmymoney2 |
|---|---|
| Installed Libraries: | libkmm_mymoney.{la,so}, libkmm_plugin.{la,so} |
| Installed Directories: | ${KDE_PREFIX}/include/kmymoney |