Another set of po files changed via make distcheck
[geda-gaf/peter-b.git] / gschem / README
blobf7f113f8bfccdf115c0e9929aa15c94e7ea3a8fc
2 gEDA
4 GPL Electronic Design Automation
5 ------------------------------------------------------------------------------
7 README for gschem 
10 - Installation
12         See the file INSTALL for more instructions on how to build gschem
16 - System Requirements
18         A computer:
19            - at least the processing power of a i486/66
20            - Enough RAM for X (usually 16 Mbytes but 32 Mbytes recommended)
22         Running UNIX:
23            - Semi recent version of Unix or Linux
25         The X window system     
26                 - A resolution of at least 800x600
27                 - A color display
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 later (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 later (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 gschem)
41         This can be found on the gEDA website/ftpsite
43         symbols (same version as gschem)
44         This can be found on the gEDA website/ftpsite
45                 
46         GUILE - guile-1.6.x or later is required (and anything guile
47         requires).  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.  New versions of libgeda/gschem write png using internal code,
55         so you will still be able to create png images without using libgdgeda.
56         Since 20060922, gd 2.0.x is used instead of libgdgeda, so libgdgeda 
57         is not needed anymore.
59         libgdgeda is based on gd 2.0.15  The homepage for gd 2.0.x is
60         http://www.boutell.com/gd  You can find libgdgeda on the gEDA
61         website: http://www.geda.seul.org/dist
63         If you use libgdgeda then you also need zlib.  zlib can be found at:
64         http://www.cdrom.com/pub/infozip/zlib  zlib can also be found on
65         the gEDA website: http://www.geda.seul.org/dist
67         If you use libgdgeda then you also need libpng.  libpng can be found 
68         at: http://www.libpng.org/pub/png/pngcode.html  libpng can also be              found on the gEDA website: http://www.geda.seul.org/dist
70         An understanding that this software is ALPHA release quality :)
74 - License  
76         gEDA/gaf (which includes libgeda, gschem, gnetlist, geda, setup,
77         gsymcheck, gschcheck, gpcb, utils, docs, examples, all associated
78         files, the component symbols, and all the file formats) is placed
79         under the GNU Public License (GPL) version 2.0.  See the various
80         COPYING files for more information.
82         Programs and associated files are: 
83         Copyright 1998-2006 by Ales Hvezda and the respective original
84         authors (which are listed on the respective files)
88 - gEDA Internet resources
90         Homepage: http://geda.seul.org
92         Mailing lists: http://geda.seul.org/mailinglist
94         For any questions related to gEDA/gaf, please subscribe and post
95         to the "geda-user" mailing list.
99 - Notes
101         * For anybody developing guile scripts using guile 1.6.x really should
102           set GUILE_WARN_DEPRECATED=detailed   to see if they are using any
103           deprecated guile functions in their scripts.  gschem disables the
104           guile deprecated function warnings by default.