Add new comment
Compiling KMyMoney from CVS
Submitted by asoliverez on Mon, 07/13/2009 - 00:00
This is actually just a reminder to myself on how to compile CVS from scratch, but I thought it could be handy to others.
I run Kubuntu Jaunty, so you have to install the KDE3 development libs (please note that the kdelibs4-dev is the package for KDE3. Weird Debian package naming!):
sudo apt-get install kdelibs4-dev
After that, in the source folder, run this command.
make -f Makefile.dist && ./configure --enable-qtdesigner --enable-debug=full --without-arts && make && sudo make install && make check
This sentence will compile with debug symbols and support for Qt Designer, install, and run the unit tests after the install.
UPDATE: No need to setup a PPA, the development libs for KDE3 are still in the Jaunty repositories. Thanks Clay!
Tags:



Recent comments