Node: quickstart, Next: , Up: compiling



Quick Start

Starting with version 2.0, Pcb has switched to a GNU autoconf/automake build system. Installation of Pcb consists of three steps: configuration, building, and installing. In a typical installation, these steps are as simple as

     ./configure
     make
     make install