PCB: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
!Download Source: | !Download Source: | ||
| | |http://downloads.sourceforge.net/pcb/pcb-{{PCB-Version}}.tar.gz | ||
|} | |} | ||
| Line 100: | Line 100: | ||
|Merges PostScript files created by pcb (version >= 1.4.2) into a single file for backward compatibility | |Merges PostScript files created by pcb (version >= 1.4.2) into a single file for backward compatibility | ||
|} | |} | ||
[[Category:Science_Engineering]] | |||
Latest revision as of 10:30, 18 August 2008
| Download Source: | http://downloads.sourceforge.net/pcb/pcb-20080202.tar.gz |
|---|
Introduction to PCB
PCB is an interactive printed circuit board editor for the X11 window system. PCB includes a rats nest feature, design rule checking, and can provide industry standard RS-274-X (Gerber), NC drill, and centroid data (X-Y data) output for use in the board fabrication and assembly process.
Project Homepage: http://www.geda.seul.org/tools/pcb/index.html
Dependencies
Optional
One of the following is required if you want a GUI. The default is Gtk2.
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \
./configure --prefix=/usr &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
./configure --prefix=/usr &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/share/pcb |
|---|---|
| Installed Programs: | pcb, MergePCBPS, Merge_dimPCBPS |
Short Description
| pcb: | The main binary. |
|---|---|
| pads_backannotate: | Process PADS PowerPCB .eco files to backannotate changes to gEDA schematics. |
| MergePCBPS: | Merges PostScript files created by pcb (version >= 1.4.2) into a single file for backward compatibility |