PCB

From Bobs Projects
Revision as of 14:14, 3 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.

Documentation at: Pcb.

Building from source

(on Debian/Ubuntu-)

sudo apt-get install build-essential git gettext intltool flex freeglut3-dev texinfo texlive-latex-recommended libgd2-xpm-dev
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