Difference between revisions of "KMyMoney"
From CBLFS
Jump to navigationJump to search (I updated the package description.) |
|||
Line 9: | Line 9: | ||
== Intrduction to KMyMoney == | == Intrduction 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. | + | 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 Home Page''': http://kmymoney2.sourceforge.net/index-home.html | ||
== Dependencies == | == Dependencies == |
Revision as of 12:02, 30 March 2007
Download Source: | http://downloads.sourceforge.net/kmymoney2/kmymoney2-0.8.8.tar.bz2 |
---|
Contents
Intrduction 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 Home Page: 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 |