Difference between revisions of "GEDA"

From CBLFS
Jump to navigationJump to search
Line 5: Line 5:
 
|ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/Makefile
 
|ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/Makefile
 
|-
 
|-
|ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/libgeda-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-symbols-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-gschem-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-gnetlist-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-gsymcheck-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-gattrib-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-utils-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-docs-{{Geda-Version2}}.tar.gz
+
|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/release/v{{Geda-Version}}/geda-examples-{{Geda-Version2}}.tar.gz
+
|ftp://ftp.geda.seul.org/pub/geda/release/v{{Geda-Version}}/{{Geda-Version2}}/geda-examples-{{Geda-Version2}}.tar.gz
 
|}
 
|}
 
----
 
----

Revision as of 04:01, 3 November 2007

Download Source:
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/Makefile
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/libgeda-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-symbols-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-gschem-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-gnetlist-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-gsymcheck-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-gattrib-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-utils-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-docs-1.4.0.tar.gz
ftp://ftp.geda.seul.org/pub/geda/release/v1.4/1.4.0/geda-examples-1.4.0.tar.gz

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.