PCB

From Bobs Projects
Revision as of 18:23, 1 September 2012 by Bob Edwards (Talk | contribs)

Jump to: navigation, search

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 flex freeglut3-dev texinfo texlive-latex-recommended
  • 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