On Tue, May 03, 2005 at 07:44:13PM -0500, paulr wrote:
> I finally got around to installing gerbv-1.0.1.  The quality
> of the graphics and the performance of the tool were quite fine!
> 
> I did run into a few surprises during the "make install"
> command....

FYI, here's the commands used to build the Debian package:

Build:
        ./configure --prefix=/usr --enable-exportpng --enable-gtk2
        $(MAKE) 

Install (into a temporary directory):

        $(MAKE) install DESTDIR=`pwd`/debian/gerbv
        mv debian/gerbv/usr/man debian/gerbv/usr/share

        dh_installdocs AUTHORS README TODO doc/*.txt

(That last line copies over those files listed to /usr/share/doc/gerbv).

It has to move the manual directory manually because its installed in a
non-FHS compliant directory. I could probably fix that using --mandir on
the configure call instead.

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Reply via email to