Difference between revisions of "GEDA"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/Makefile |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/libgeda-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-symbols-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-gschem-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-gnetlist-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-gsymcheck-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-gattrib-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-utils-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-docs-{{Geda-Version2}}.tar.gz |
|- | |- | ||
− | |ftp://ftp.geda.seul.org/pub/geda/ | + | |ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-examples-{{Geda-Version2}}.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 = | ||
Line 41: | Line 38: | ||
*[[libstroke]] | *[[libstroke]] | ||
*[[libpng]] | *[[libpng]] | ||
− | *[[ | + | *[[GD]] |
*[[wxWidgets]] | *[[wxWidgets]] | ||
− | |||
= Non-Multilib = | = Non-Multilib = | ||
Line 51: | Line 47: | ||
Download all of the tarballs and the 'master' Makefile. Unpack all of the tarballs. | Download all of the tarballs and the 'master' Makefile. Unpack all of the tarballs. | ||
− | |||
− | |||
− | |||
Install the gEDA suite: | Install the gEDA suite: | ||
Line 75: | Line 68: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
− | |||
|-valign="top" | |-valign="top" | ||
− | |||
!Installed Directories: | !Installed Directories: | ||
− | |||
|/usr/share/gEDA/{pixmaps,scheme,sym} | |/usr/share/gEDA/{pixmaps,scheme,sym} | ||
− | |||
|-valign="top" | |-valign="top" | ||
− | |||
!Installed Programs: | !Installed Programs: | ||
− | |||
|gschem | |gschem | ||
− | |||
|-valign="top" | |-valign="top" | ||
− | |||
!Installed Libraries: | !Installed Libraries: | ||
− | |||
|libgeda.{a,la,so} | |libgeda.{a,la,so} | ||
− | |||
|} | |} | ||
Line 99: | Line 82: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
− | |||
|-valign="top" | |-valign="top" | ||
− | |||
!gschem: | !gschem: | ||
− | |||
|The main gEDA program. | |The main gEDA program. | ||
+ | |} | ||
− | + | [[Category:Science_Engineering]] |
Latest revision as of 10:20, 18 August 2008
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.
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. |
---|