2. GnuCash dependencies.

To build GnuCash from CVS HEAD using Debian unstable, the following packages were required:

2.1. GnuCash for Gnome2: gnucash-gnome2-dev

To build the gnucash-gnome2-dev branch, you also need:

These packages also brought in a range of other dependencies.

2.2. Building GnuCash

To build from GnuCash CVS, the sequence is:

NoteCommon mistake of mine #1
 

Don't be tempted to use cd src/ before issuing the make command or you will find the build halts with an error building ../../lib/libc/libc-missing.la required by libgncmod-engine.la. Always issue the make command from the top level gnucash/ directory.