4 GPL Electronic Design Automation
5 ------------------------------------------------------------------------------
12 See the file INSTALL for more instructions on how to build gnetlist
19 - at least the processing power of a i486/66
20 - Enough RAM for X (usually 16 Mbytes but 32 Mbytes recommended)
23 - Semi recent version of Unix or Linux
26 - A resolution of at least 800x600
28 - 3 button mouse (2 button works, but 3 button is better)
30 A C compiler (that understands ANSI, like gcc)
32 GLIB version 2.4.x or higher (and anything glib requires)
33 GLIB version 1.2.x is no longer supported.
34 Glib can be found at ftp://ftp.gtk.org/pub/gtk
36 GTK+ version 2.4.x or higher (and anything gtk requires)
37 GTK+ version 1.2.x is no longer supported.
38 Gtk can be found at: ftp://ftp.gtk.org/pub/gtk
40 libgeda (same version as gnetlist)
41 This can be found on the gEDA website/ftpsite
43 symbols (same version as gnetlist)
44 This can be found on the gEDA website/ftpsite
46 GUILE - 1.6.x or later is required (and anything guile requires).
47 Guile 1.4.x is no longer supported.
48 Guile can be found at: ftp://ftp.gnu.org/pub/gnu/guile
50 LibStroke 0.5.1 [OPTIONAL] - if you want stroke support. The homepage
51 for LibStroke is: http://www.etla.net/libstroke/
53 libgdgeda 2.0.15 [OPTIONAL] - if you want the ability to write png
54 images. libgdgeda is based on gd 2.0.9 The homepage for gd 2.0.x is
55 http://www.boutell.com/gd You can find libgdgeda on the gEDA
56 website: http://www.geda.seul.org/dist
58 If you use libgdgeda then you also need zlib. zlib can be found at:
59 http://www.cdrom.com/pub/infozip/zlib zlib can also be found on
60 the gEDA website: http://www.geda.seul.org/dist
62 If you use libgdgeda then you also need libpng. libpng can be found
63 at: http://www.libpng.org/pub/png/pngcode.html libpng can also be
64 found on the gEDA website: http://www.geda.seul.org/dist
70 gEDA/gaf (which includes libgeda, gschem, gnetlist, geda, setup,
71 gsymcheck, gschcheck, gpcb, utils, docs, examples, all associated
72 files, the component symbols, and all the file formats) is placed
73 under the GNU Public License (GPL) version 2.0. See the various
74 COPYING files for more information.
76 Programs and associated files are:
77 Copyright 1998-2006 by Ales Hvezda and the respective original
78 authors (which are listed on the respective files)
82 - gEDA Internet resources
84 Homepage: http://geda.seul.org
86 Mailing lists: http://geda.seul.org/mailinglist
88 For any questions related to gEDA/gaf, please subscribe and post
89 to the "geda-user" mailing list.
95 * For anybody developing guile scripts using guile 1.6.x really should
96 set GUILE_WARN_DEPRECATED=detailed to see if they are using any
97 deprecated guile functions in their scripts. gnetlist disables the
98 guile deprecated function warnings by default.