requred packages
James A. Treacy
treacy@debian.org
Fri, 13 Sep 2002 23:18:23 -0400
On Fri, Sep 13, 2002 at 01:10:16PM -0400, Derek Atkins wrote:
> This is likely to fail big time. Lots of files moves/changed names
> between 1.6 and 1.8.
>
The build consists primarily of
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/gnucash --enable-sql --disable-static
make
make check
make install prefix=`pwd`/debian/tmp/usr GNC_CONFIGDIR=`pwd`/debian/tmp/etc/gnucash
Not much that really cares that files have been moved around (*)
Of course, if the build dependencies have changed you'll need to modify
the Build-Depends line in debian/control.
Why would you want to build gnucash as a package? The package can be
controlled using the usual packaging system and it makes it trivial to
uninstall.
(*) the primary exception is the sql support libraries as they get
installed into a different place. Simply comment out the parts relating
to sql and you'll be fine.
--
James (Jay) Treacy
treacy@debian.org