Difference between revisions of "PCB"

From Bobs Projects
Jump to: navigation, search
Line 9: Line 9:
 
==PCB software==
 
==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].
 
PCB is also the name of an open source PCB layout program, available from [http://pcb.geda-project.org/ pcb.geda-project.org].
 +
 +
Documentation at: [http://pcb.geda-project.org/pcb-cvs/pcb.html Pcb].
  
 
===Building from source===
 
===Building from source===

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

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