Add new comment

asoliverez's picture

Compiling KMyMoney from CVS

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!

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

Full HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Twitter icon
Facebook icon
Google icon
StumbleUpon icon
Del.icio.us icon
Digg icon
LinkedIn icon
MySpace icon
Newsvine icon
Reddit icon
Technorati icon
Yahoo! icon
e-mail icon