[Gnucash-changes] r11895 - gnucash/trunk - Document the devel packages needed to compile gnucash on FC4.

David Hampton hampton at cvs.gnucash.org
Wed Nov 9 18:33:37 EST 2005


Author: hampton
Date: 2005-11-09 18:33:36 -0500 (Wed, 09 Nov 2005)
New Revision: 11895

Added:
   gnucash/trunk/doc/README.dependencies
Modified:
   gnucash/trunk/ChangeLog
Log:
Document the devel packages needed to compile gnucash on FC4.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-09 23:00:31 UTC (rev 11894)
+++ gnucash/trunk/ChangeLog	2005-11-09 23:33:36 UTC (rev 11895)
@@ -1,5 +1,8 @@
 2005-11-09  David Hampton  <hampton at employees.org>
 
+	* doc/README.dependencies: Document the devel packages needed to
+	compile gnucash on FC4.
+
 	* src/gnome-utils/gnc-embedded-window.c:
 	* src/gnome-utils/gnc-menu-extensions.c:
 	* src/gnome-utils/gnc-plugin-menu-additions.c:

Added: gnucash/trunk/doc/README.dependencies
===================================================================
--- gnucash/trunk/doc/README.dependencies	2005-11-09 23:00:31 UTC (rev 11894)
+++ gnucash/trunk/doc/README.dependencies	2005-11-09 23:33:36 UTC (rev 11895)
@@ -0,0 +1,30 @@
+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
+	libtool-ltdl-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



More information about the gnucash-changes mailing list