KMyMoney – personal finance manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
TDE Gitea 32a261972c
Reset submodule main/applications/office/kmymoney/admin to latest HEAD
2 years ago
admin@92a6d62b8f Reset submodule main/applications/office/kmymoney/admin to latest HEAD 2 years ago
contrib Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
developer-doc Fix 'recode' FTBFS with --enable-pdf-docs. 12 years ago
doc Fix 'recode' FTBFS with --enable-pdf-docs. 12 years ago
kmymoney2 Fix inadvertent tq changes. 11 years ago
libkdchart Fix inadvertent tq changes. 11 years ago
libkgpgfile Remove additional unneeded tq method conversions 12 years ago
po Updated Czech translations 12 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
23011-qt-sqlite3-0.2.tar.gz Added kmymoney 13 years ago
AUTHORS Added kmymoney 13 years ago
COPYING Added kmymoney 13 years ago
ChangeLog Update to upstream stable version 1.0.5 12 years ago
ChangeLog.original Remove unnecessary language. 11 years ago
INSTALL Added kmymoney 13 years ago
Makefile.am Added kmymoney 13 years ago
README Update HTML install path references. 12 years ago
README.Fileformats Added kmymoney 13 years ago
TODO Added kmymoney 13 years ago
acinclude.m4 Update HTML install path references. 12 years ago
aclocal.m4 Added kmymoney 13 years ago
config.h.in Added kmymoney 13 years ago
configure.in Update to upstream stable version 1.0.5 12 years ago
configure.in.bot Added kmymoney 13 years ago
configure.in.in Update to upstream stable version 1.0.5 12 years ago
inst-apps Added kmymoney 13 years ago
kdecompat.h Added kmymoney 13 years ago
stamp-h1 Added kmymoney 13 years ago
subdirs Added kmymoney 13 years ago

README

KMyMoney  (covered by the GNU license - see COPYING)

If you need some more information, please make sure to visit the projects
homepage at http://kmymoney2.sourceforge.net/  A lot of information is
found there.

KMyMoney is a true KDE application and therefor requires the KDE as well as
QT libraries. If you want to compile the application yourself, you have to
make sure to have the development relevant parts (include files, link
libraries) of these two projects.  KMyMoney is based on min QT 3.2
and KDE 3.2

---------------------------------
Prior to installation
---------------------------------

To compile, you will need the development headers for KDE libs and all additional
you install (libofx, aqbanking, etc)
Also, you will need the compile tools. This includes make and gcc

Example for K/Ubuntu:

sudo apt-get install kdelibs4-dev build-essential

---------------------------------
Compiling and installing KMyMoney
---------------------------------

1a)  If you got the sources from CVS you will need to type:

        make -f Makefile.dist

     before you proceed. If you installed from a source tar-ball, you
     don't have to run this command.

1b)  If you got the sources from a tar-ball you will need to type:

        tar -xvjf kmymoney2-[version].tar.bz2    or
        tar -xvzf kmymoney2-[version].tar.gz

     depending if the packages was made with bzip2 or gzip compression.
     Change into the directory with

        cd kmymoney2-[version]


The following steps have to be performed no matter where you got the source
from.

2)   Run configure to tell the project about your local environment

           ./configure --with-qt-dir=[your location of qt3] \
                       --prefix=[your location of trinity]

     Debian/Ubuntu/Kubuntu/... users have to prepend the call to
     configure with a variable setting to be able to view the online
     manual from within the application. If you have such a system,
     please use the following command syntax:

           kde_htmldir=/usr/share/doc/tde/HTML ./configure ---with....

     Below, please find a table of values for the above for several
     distributions:

     Distribution      | --with-qt-dir           | --prefix
     ------------------+-------------------------+---------------------------
     SuSE >= 8.1       |  omit this parameter    | ommit this parameter
     Mandrake 9.0      |  omit this parameter    | /usr
     Slackware >= 9.0  |  omit this parameter    | /opt/kde
     MEPIS             |  omit this parameter    | /usr
     RedHat 8/9        |  omit this parameter    | /usr
     Fedora 1/2	       |  omit this parameter    | /usr
     Mandriva 2006     |  omit this parameter    | /usr
     Debian            |  omit this parameter    | omit this parameter
     K/X/Ubuntu        |  omit this parameter    | omit this parameter 

     so for SuSE 9.1 the command is:

           ./configure --mandir=/usr/share/man 

      and for Debian/Ubuntu the command is:

           kde_htmldir=/usr/share/doc/tde/HTML ./configure

     Please tell us the values for other distributions, so we can add
     them to this list. Send an e-mail to the developers mailing list.
     See the address below.

3)   Build the package by issuing the following command:

          make

4)   Gain root permissions to install the application

     Type the command

           su

     and provide the necessary password to become 'root'.

     (You can skip this step and step 6 if your distribution uses sudo, and just prefix 
      sudo the command in the next step. eg, sudo make install)

5)   Install the application

     Run the command

           make install

     to populate the directories in the KDE directory tree.

6)   Revert to normal user

     Type

           exit

     to become the normal user again. This concludes the installation
     process of KMyMoney.





Please read INSTALL for generic instructions on how to use configure.

AND/OR

Get KDevelop and use the supplied kmymoney2.kdevprj located in the
base directory.  For more information on KDevelop please visit
http://www.kdevelop.org.

---------------------------------
More documentation
---------------------------------

There are several other pieces of information. For some information
about the file handling and the various supported formats as well
as an introduction on howto encrypt your financial files, please
see the README.Fileformats file.

If you are interested on the rules we have for this project, please
feel free to read the project handbook at

  http://kmymoney2.sourceforge.net/phb/index.html

And for the really brave there's the source ...

---------------------------------
Final comments
---------------------------------

If you find this program useful in any way or wish to contribute please
send an email to the developers list at

   kmymoney2-developer@lists.sourceforge.net

Source and binary packages for the latest stable version of KMyMoney
can always be found at 

   http://sourceforge.net/project/showfiles.php?group_id=4708

and the CVS versions are available at

   cvs.kmymoney2.sourceforge.net:/cvsroot/kmymoney2 module kmymoney2

via anonymous CVS access using the pserver protocol.

For more information on the CVS interface, FTP interface or WEB interface,
please see the wonderful http://sourceforge.net or the projects homepage
at http://kmymoney2.sourceforge.net.