Difference between revisions of "GEDA"
From CBLFS
Jump to navigationJump to search (→Required) |
Weibullguy (talk | contribs) |
||
Line 23: | Line 23: | ||
|ftp://ftp.geda.seul.org/pub/geda/devel/{{Geda-Version}}/geda-examples-{{Geda-Version}}.tar.gz | |ftp://ftp.geda.seul.org/pub/geda/devel/{{Geda-Version}}/geda-examples-{{Geda-Version}}.tar.gz | ||
|} | |} | ||
+ | ---- | ||
− | + | {{Package-Introduction|gEDA is the GNU Electronic Design Automation suite. It is a schematic capture, netlister, symbols, symbol checker, and utility program. This is the base EDA suite. Other modules that are installed separately include [[PCB]], [[gerbv]], [[gnucap]], [[Icarus Verilog]], [[GSpiceUI]], [[GTKWave]], [[gwave]], [[ngspice]], and [[gnetman]].|http://www.geda.seul.org/}} | |
− | |||
− | gEDA is the GNU Electronic Design Automation suite. It is a schematic capture, netlister, symbols, symbol checker, and utility program. This is the base EDA suite. Other modules that are installed separately include [[PCB]], [[gerbv]], [[gnucap]], [[Icarus Verilog]], [[GSpiceUI]], [[GTKWave]], [[gwave]], [[ngspice]], and [[gnetman]]. | ||
− | |||
− | |||
= Dependencies = | = Dependencies = |
Revision as of 12:59, 16 April 2007
Contents
Introduction to GEDA
gEDA is the GNU Electronic Design Automation suite. It is a schematic capture, netlister, symbols, symbol checker, and utility program. This is the base EDA suite. Other modules that are installed separately include PCB, gerbv, gnucap, Icarus Verilog, GSpiceUI, GTKWave, gwave, ngspice, and gnetman.
Project Homepage: http://www.geda.seul.org/
Dependencies
Required
Non-Multilib
Create a working directory:
mkdir geda && cd geda
Download all of the tarballs and the 'master' Makefile. Unpack all of the tarballs.
Compile the gEDA suite:
make prefix=/usr
Install the gEDA suite:
make prefix=/usr install
Multilib
32Bit
To do...
N32
To do...
64Bit
To do...
Contents
Installed Directories: | /usr/share/gEDA/{pixmaps,scheme,sym} |
---|---|
Installed Programs: | gschem |
Installed Libraries: | libgeda.{a,la,so} |
Short Description
gschem: | The main gEDA program. |
---|