Files
gnucash/doc/README.dependencies
Andreas Köhler 2e69bba2db Merge reshuffle-modules (r15315) back into the trunk.
Modules are loaded directly with the g_symbol_* API now while dropping
the dependency on libltdl.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15317 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-01-06 00:41:51 +00:00

30 lines
950 B
Plaintext

The following list of development packages are required to build
gnucash "HEAD" on a FC4 system. The rpm/yum packaging system may
automatically pull in some other packages that aren't listed here
(e.g. gtk2-devel). That just means that one of the below packages
listed the extra package as a required dependancy. For example, the
libgnomeui-devel package will trigger the inclusion of the gtk2-devel
package. This set of packages (plus dependancies) will give you
everything you need to build gnucash.
bzip2-devel
expat-devel
gtkhtml3-devel
guile-devel
libgnomeprintui22-devel
libgnomeui-devel
libgsf-devel
libjpeg-devel
openssl-devel
If you are compiling with the --enable-ofx or --enable-hbci flags,
then you will want the following additional development packages.
aqbanking-devel
libofx-devel
If you are compiling with the --enable-sql flags, then you will want
the following additional development package.
postgresql-devel