Benchmark current behaviour of (calculate-new-attrib-bounds).
[geda-gaf/berndj.git] / gnetlist / README
blobb37ea388b455e46171f99a5385d26d69f766e0df
2 gEDA
4 GPL Electronic Design Automation
5 ------------------------------------------------------------------------------
7 README for gnetlist 
10 - Installation
12         See the file INSTALL for more instructions on how to build gnetlist
16 - System Requirements
18         See libgeda/README for current system requirements.
22 - License  
24         gEDA/gaf (which includes libgeda, gschem, gnetlist, geda, setup,
25         gsymcheck, gschcheck, gpcb, utils, docs, examples, all associated
26         files, the component symbols, and all the file formats) is placed
27         under the GNU Public License (GPL) version 2.0.  See the various
28         COPYING files for more information.
30         Programs and associated files are: 
31         Copyright 1998-2007 by Ales Hvezda and the respective original
32         authors (which are listed on the respective files)
36 - gEDA Internet resources
38         Homepage: http://geda.seul.org
40         Mailing lists: http://geda.seul.org/mailinglist
42         For any questions related to gEDA/gaf, please subscribe and post
43         to the "geda-user" mailing list.
47 - Notes
49         * For anybody developing guile scripts using guile 1.6.x really should
50           set GUILE_WARN_DEPRECATED=detailed   to see if they are using any
51           deprecated guile functions in their scripts.  gnetlist disables the
52           guile deprecated function warnings by default.