Getting Started with PCB
Written by Christopher Thomas.



Table of Contents



Building PCB

In theory:
  1. Download the most recent release from PCB's SourceForge page.
  2. Unpack it into a working directory.
  3. Use "./configure" to set up the makefiles. I use "--PREFIX=/(my home directory)/approot" to install it into a userland application tree. Do whatever you're used to.
  4. Use "make" to build it, and "make install" to install it.
  5. Type "pcb" to test it.

In practice:



Important Operations

Things you'll be doing quite often in PCB:



Idiosyncracies

Oddities of PCB, in no particular order:




Using PCB in the VISOR Lab

These notes are intended for students in the Vision Sensor Laboratory at York University who use the PCB software package.



Written by Christopher Thomas. Last updated 08 May 2006.