gerbv handles aperture macros now(and done so for a long time)
[geda-gerbv/spe.git] / README
blob88a4a4c9b38ee36bd6d0ec05091fa5cbaf580572
2 Gerber Viewer
4 gEDA - GPL Electronic Design Automation
5 ------------------------------------------------------------------------------
8 README for gerbv
9 (This software is ALPHA)
11   Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files
12   are generated from PCB CAD system and sent to PCB manufacturers
13   as basis for the manufacturing process. 
15   The different layers of the PCB are separated into different files. 
16   gerbv can load all files at the same time, though it can not show 
17   them at the same time. You have to browse through the different layers
18   with the radio buttons on the right side.
21 - System Requirements
23   gerbv is dependent on a couple of different external libraries:
24   * GTK+, the graphical toolkit available from http://www.gtk.org/
25   * GdkPixbuf (default but not necessary), extracts data from GDK pixbufs.
26   * libpng (default but not necessary), saves extracted pixbufs to PNG.
27   * Guile (optional), an embeddable Scheme interpretator. Guile is available
28     from http://www.gnu.org/software/guile/guile.html
29   * getopt_long from the GNU project. gerbv can do without getopt_long
30     long options to the program will hence not be available.
32   gerbv is basically known to compile on all system which the above 
33   mentioned libraries compile on, basically all flavors of *ix. It
34   has been tested on Linux (2.2.*, 2.4.*), NetBSD (1.4.*, 1.5.*), Solaris 
35   (5.7 and 5.8).
38 - Scroll Wheel
40   gerbv supports zooming with scroll wheel. To be able to use scroll 
41   wheel in XFree86 3.x you have to edit XF86Config and add the line:
42         ZAxisMapping 4 5
43   in the Section "Pointer".
45   To use scrool wheel in XFree86 4.x you have to add the line:
46         Option   "ZAxisMapping"   "4 5"
47   under the input device describing your mouse.
50 - License  
52   gerbv and all associated files is placed under the GNU Public 
53   License (GPL) version 2.0.  See the toplevel COPYING file for 
54   more information.
56   Programs and associated files are: 
57   Copyright 2001, 2002 by Stefan Petersen and the respective
58   original authors (which are listed on the respective files)
61 - gEDA and gerbv Internet resources
63   gerbv Homepage: http://gerbv.sourceforge.net/
64   gEDA Homepage: http://www.geda.seul.org/
66   Mailing list:
67         To subscribe send an email to: majordomo@geda.seul.org  
68         with   subscribe geda-dev   in the body.
69                 
70         To unsubscribe send an email to: majordomo@geda.seul.org
71         with   unsubscribe geda-dev   in the body.
73         To send email to the list use the address:
75                 geda-dev@geda.seul.org
77         Remember, geda-dev@geda.seul.org is for the actual traffic.  
78         For administrative commands, use majordomo@geda.seul.org.
80         The mailing list archive is at:
82                 http://www.geda.seul.org/mailinglist 
84         Many thanks to the SEUL project for hosting gEDA!
88 - Contact information  
90   Stefan Petersen
91   E-mail: spe at stacken.kth.se
92   Web: http://www.sourceforge.net/projects/gerbv