Projects/KMyMoney: Difference between revisions

From KDE TechBase
No edit summary
(Move wiki to GitLab)
Tag: Replaced
 
(70 intermediate revisions by 11 users not shown)
Line 1: Line 1:
This page is dedicated to technical aspects of KMyMoney for KDE Platform 4. If you are looking for other info, or the source tarball, go to the official page of [http://kmymoney.org KMyMoney].
This documentation has been moved to GitLab wiki: https://invent.kde.org/office/kmymoney/-/wikis/home
 
[[Image:kmm_4_splash.png]]
 
== Available versions  ==
 
[http://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/4.5/kmymoney-4.5.tar.bz2/download KMyMoney 4.5] has been released on August 16th 2010.
 
[http://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/3.98/kmymoney-3.98.1.tar.bz2/download KMyMoney 3.98.1] has been released on May 21st 2010.
 
 
[http://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/3.98.0/kmymoney-3.98.0.tar.bz2/download KMyMoney 3.98.0] has been released on May 15th 2010.
 
[http://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/3.97.2/kmymoney-3.97.2.tar.bz2/download KMyMoney 3.97.2] has been released on Apr 6th 2010.
 
[https://sourceforge.net/projects/kmymoney2/files/KMyMoney-KDE4/3.96.1/kmymoney-3.96.1.tar.bz2/download KMyMoney 3.96.1] has been released on Feb 17th 2010.
 
Alternatively, you can get the source from the KDE SVN. (see link below)
 
== Installation  ==
 
=== Requirements  ===
 
KMyMoney depends on KDE SC 4.3+. Specifically on kdelibs and kde PIM libs. Additionally, you may want to install other libraries that will provide additional functionality:
 
*libofx
*Aqbanking >= v4.2.5
*quote::finance
 
=== Installation steps  ===
 
Get the source from KDE SVN or the latest tarball.
 
To install read the README.cmake file in the root folder of the source. The basic steps are the following:
 
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
$ make
$ make install
 
'''(this last step should be executed with admin privileges. Either switch to root or use sudo, or the appropriate steps for your installation)'''
 
To execute, either look for KMyMoney on the Office menu, or type kmymoney in a console window.
 
=== Localization ===
'''If you are installing from SVN source, you need to install your locale files by hand. If you are installing from the tarball provided above, please skip this section.'''
 
To localize you will need to download the appropriate kmymoney.po file from http://websvn.kde.org/trunk/l10n-kde4/<country_code>/messages/extragear-office/ (replace <country_code> with the correct one for your locale e.g. es would give http://websvn.kde.org/trunk/l10n-kde4/es/messages/extragear-office/) and then, either by switching to root or using sudo, do the following:
 
*Copy the kmymoney.po file into /usr/share/locale/<country_code>/  
*In that folder run:
 
  $ msgfmt kmymoney.po -o LC_MESSAGES/kmymoney.mo
 
  Note: use the msgfmt that comes with your distribution not the one needed for kmymoney2.
 
=== Debian dependencies ===
 
build-essential
cmake
kdelibs5-dev
kdepimlibs5-dev
libaqbanking29-dev
libboost-graph-dev
libfinance-quote-perl
libgpgme11-dev
libgwenhywfar47-dev
libical-dev
libjpeg62-dev
libofx-dev
libpng12-dev
libsqlite3-dev
libz-dev
gettext
 
== Guidelines  ==
 
This version is only suitable for early adopters. It will behave fairly well, but the application might crash and you may lose some data. Make backups often.
 
For 3.95 version and later, we use the Bugzilla tracker at bugs.kde.org. Any bugs you find, please report it and assign to product kmymoney4. Also, if you need help write to [email protected].
 
=== Link to Debian bugs ===
The bugs in Debian tracker can be linked back to BKO
 
* Open a bug report in KDE BTS
* Link it to Debian bug number using "forwarded". See http://www.debian.org/Bugs/server-control#forwarded
* When the bug is fixed in KDE BTS, the status will be synced in Debian BTS too.
 
 
 
== Release schedule  ==
<s>
=== Version 3.95 ===
First beta for KDE4
Released on Dec 28th 2009
Suitable only for early adopters only
 
=== Version 3.96 ===
String freeze on Feb 1st 2010
Release on Feb 15th 2010
Suitable only for early adopters only
 
=== Version 3.97 ===
String freeze on Mar 15th 2010
Release on Mar 30th 2010
Last beta
 
=== Version 3.98 ===
String freeze on Apr 30th 2010
Release on May 15th 2010
First release candidate</s>
 
<s>After that, move to kdereview</s> done, now in extragear.
 
<s>[[/Release/announcement draft|announcement draft]]
 
=== Version 4.5 ===
String freeze on Jul 26th 2010
Bug freeze on Aug 13th 2010
Release on Aug 16th 2010</s>
Stable release

Latest revision as of 02:46, 10 September 2020

This documentation has been moved to GitLab wiki: https://invent.kde.org/office/kmymoney/-/wikis/home