PCB

From Bobs Projects
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

See also

  • RS-274X (the Extended Gerber file format)

External links