Difference between revisions of "PCB"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(6 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
!Download Source:
 
!Download Source:
  
|ftp://ftp.geda.seul.org/pub/geda/dist/pcb-{{PCB-Version}}.tar.gz
+
|http://downloads.sourceforge.net/pcb/pcb-{{PCB-Version}}.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.
 
  
<b>Homepage:</b> http://www.geda.seul.org/tools/pcb/index.html
+
{{Package-Introduction|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.|http://www.geda.seul.org/tools/pcb/index.html}}
  
= Dependencies =
+
== Dependencies ==
  
== Optional ==
+
=== Optional ===
*[[libgd]]
+
*[[GD]]
 
*[[TCL]]
 
*[[TCL]]
 
*[[Tk]]
 
*[[Tk]]
Line 24: Line 23:
 
*[[LessTif]]
 
*[[LessTif]]
  
= Non-Multilib =
+
== Non-Multilib ==
 +
 
 +
Compile the package:
  
Compile the PCB package:
 
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
 
  make
 
  make
  
Install the PCB package:
+
Install the package:
 +
 
 
  make install
 
  make install
  
= Multilib =
+
== Multilib ==
 +
'''''This package does not install any libraries so only one installation is needed.'''''
 +
 
 +
=== 32Bit ===
  
== 32Bit ==
+
Compile the package:
  
Compile the PCB package:
+
  CC="gcc ${BUILD32}" USE_ARCH=32 \
  CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
+
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \
 +
./configure --prefix=/usr &&
 
  make
 
  make
  
Install the PCB package:
+
Install the package:
 +
 
 
  make install
 
  make install
  
== N32 ==
+
=== N32 ===
 +
 
 +
Compile the package:
  
Compile the PCB package:
+
  CC="gcc ${BUILDN32}" USE_ARCH=n32 \
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr &&
+
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \
 +
./configure --prefix=/usr &&
 
  make
 
  make
  
Install the PCB package:
+
Install the package:
 +
 
 
  make install
 
  make install
  
== 64Bit ==
+
=== 64Bit ===
 +
 
 +
Compile the package:
  
Compile the PCB package:
+
  CC="gcc ${BUILD64}" USE_ARCH=64 \
  CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
+
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
 +
./configure --prefix=/usr &&
 
  make
 
  make
  
Install the PCB package:
+
Install the package:
 +
 
 
  make install
 
  make install
  
Line 67: Line 81:
 
|-valign="top"
 
|-valign="top"
 
!Installed Directories:
 
!Installed Directories:
|/usr/share/PCB, /usr/share/pcb-{{PCB-Version}}
+
|/usr/share/pcb
 
|-valign="top"
 
|-valign="top"
 
!Installed Programs:
 
!Installed Programs:
|pcb, pads_backannotate, MergPCBPS,  
+
|pcb, MergePCBPS, Merge_dimPCBPS
 
|}
 
|}
  
Line 86: 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 11: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