Difference between revisions of "PCB"

From Bobs Projects
Jump to: navigation, search
Line 3: Line 3:
  
 
== Design software ==
 
== Design software ==
 
 
* [[Eagle|Eagle]] EDA software from [http://www.cadsoft.de CadSoft]
 
* [[Eagle|Eagle]] EDA software from [http://www.cadsoft.de CadSoft]
 
* [http://www.gpleda.org/ gEDA] - GNU EDA software
 
* [http://www.gpleda.org/ gEDA] - GNU EDA software
 
* [http://kicad.sourceforge.net/ KiCAD]
 
* [http://kicad.sourceforge.net/ KiCAD]
 +
 +
==PCB software==
 +
PCB is also the name of an open source PCB layout program, available from [http://pcb.geda-project.org/ pcb.geda-project.org].
 +
 +
===Building from source===
 +
(on [[Debian]]/Ubuntu-)
 +
* sudo apt-get install build-essential git gettext intltool
 +
* mkdir ~/src
 +
* cd ~/src
 +
* git clone git://git.geda-project.org/pcb.git
 +
* cd pcb
 +
* ./autogen.sh
 +
* ./configure --prefix=$HOME/local
 +
* make
 +
* make install
  
 
== Fabricators ==
 
== Fabricators ==

Revision as of 17:35, 1 September 2012

Printed Circuit Board (PCB) and Electronic design automation (EDA) related stuff.

Contents

Design software

PCB software

PCB is also the name of an open source PCB layout program, available from pcb.geda-project.org.

Building from source

(on Debian/Ubuntu-)

  • sudo apt-get install build-essential git gettext intltool
  • mkdir ~/src
  • cd ~/src
  • git clone git://git.geda-project.org/pcb.git
  • cd pcb
  • ./autogen.sh
  • ./configure --prefix=$HOME/local
  • make
  • make install

Fabricators

External links