Difference between revisions of "PCB"

From Bobs Projects
Jump to: navigation, search
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
[[Category:Electronics]]
 
[[Category:Electronics]]
 +
[[Category:EDA]]
 
Printed Circuit Board (PCB) and Electronic design automation (EDA) related stuff.
 
Printed Circuit Board (PCB) and Electronic design automation (EDA) related stuff.
  
Line 9: Line 10:
 
==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===
 
(on [[Debian]]/Ubuntu-)
 
(on [[Debian]]/Ubuntu-)
* sudo apt-get install build-essential git gettext intltool
+
<pre>
* mkdir ~/src
+
sudo apt-get install build-essential git gettext intltool flex freeglut3-dev texinfo texlive-latex-recommended libgd2-xpm-dev
* cd ~/src
+
mkdir ~/src
* git clone git://git.geda-project.org/pcb.git
+
cd ~/src
* cd pcb
+
git clone git://git.geda-project.org/pcb.git
* ./autogen.sh
+
cd pcb
* ./configure --prefix=$HOME/local
+
./autogen.sh
* make
+
./configure --prefix=$HOME/local
* make install
+
make
 +
make install
 +
</pre>
  
 
== Fabricators ==
 
== Fabricators ==
Line 26: Line 31:
 
* [http://www.pcbzone.net PCBZone] - New Zealand based manufacturer
 
* [http://www.pcbzone.net PCBZone] - New Zealand based manufacturer
 
* [http://www.seeedstudio.com/depot/fusion-pcb-service-p-835.html?cPath=185 Fusion PCB Service] from [[Seeed Studio]]
 
* [http://www.seeedstudio.com/depot/fusion-pcb-service-p-835.html?cPath=185 Fusion PCB Service] from [[Seeed Studio]]
 +
 +
==See also==
 +
* [[RS-274X]] (the Extended Gerber file format)
  
 
== External links ==
 
== External links ==

Latest revision as of 10:34, 13 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

See also

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

External links