gerbv-1.0.1 has just been released:
=== Begin mail ===
Date: Tue, 22 Feb 2005 22:27:13 +0100 (CET)
From: Stefan Petersen <spe@stacken.kth.se>
Subject: gEDA-user: [Ann]: gerbv 1.0.1 released
To: gEDA Developers <geda-dev@geda.seul.org>,
gEDA Users <geda-user@geda.seul.org>
X-HELOcheck: OK: FQDN
X-Original-To: geda-user@geda.seul.org
X-To-Get-Off-This-List: mail majordomo@seul.org, body unsubscribe geda-user
Hello!
This is to announce the second release in the stable branch of
gerbv, 1.0.1.
This time it is just a bunch of minor bugfixes. They include:
* Allocating 1 too little strings caused very strange effects.
Found and solved by Mario and primorec.
* Had forgot to initialize some GCs when drawing some aperture
macro primitives. Found by Warren Young.
Homepage for gerbv is still http://gerbv.sourceforge.net/ where a bug
database, a feature request database, the CVS and a commit mailinglist is
available.
To download gerbv goto
http://prdownloads.sourceforge.net/gerbv/
and grab gerbv-1.0.1.tar.gz
To install the program do
1. gzip -dc gerbv-1.0.1.tar.gz | tar xf -
2. cd gerbv-1.0.1
3. ./configure
4. make install
Interesting configure options are:
--help : Lists all options
--disable-exportpng : Disable compilation of export of PNGs
--enable-gtk2 : Compile with GTK+ 2 instead of GTK+ 1
--prefix=<dir> : Install from dir <prefix>
--with-maxfiles : Set maximal number of files (default 20).
--enable-unit-mm : Change default unit in status bar to mm from inch.
=== End mail ===