action.c: UpdatePackage() reloads from disk
[geda-pcb/whiteaudio.git] / doc / gs / firstboard.texi
blob4452de71848403b43fbc1abd32a6e2459553f46c
1 @node Your First Board
2 @chapter Your First Board
4 In this chapter, we're going to walk you through creating a few very
5 simple boards, just to give you an idea of the way the programs work
6 and how to do the things that are common to all project.  Each board
7 will build upon techniques learned from the previous board.
9 While this manual is not intended to cover the @code{gschem} program,
10 we will be instructing you on the minimum you'll need to know to use
11 @code{gschem} with @code{pcb}.  Please refer to the @code{gschem}
12 documentation for further details.
14 The first board will be a simple LED and resistor.  It will show you
15 how to create a board, place elements, and route traces.  The second
16 board will be a simple LED blinker, which will involve creating
17 schematics, setting up a project, and creating new symbols and
18 footprints.  The third board will be another blinker, this time with
19 surface mount devices and four layers, which will introduce power
20 planes, vias, and thermals.
22 @ifnottex
23 @menu
24 * LED Board::
25 * Blinker Board::
26 * SMT Blinker::
27 @end menu
28 @end ifnottex
30 @include fb-led.texi
31 @include fb-blinker.texi
32 @include fb-smt.texi