Difference between revisions of "GEDA Quickstart"
Jump to navigation
Jump to search
(quick desc) |
(pictures) |
||
| Line 5: | Line 5: | ||
Start 'gschem schematic.sch' | Start 'gschem schematic.sch' | ||
:Edit/Create your circuit | :Edit/Create your circuit | ||
| − | :[[Image: | + | :[[Image:Geda_gschem.png|thumb|right|250px|gschem - schematic editor]] |
Start 'gsch2pcb schematic.sch' | Start 'gsch2pcb schematic.sch' | ||
| − | Start 'pcb' | + | <pre> |
| + | ~ >gsch2pcb demo.sch | ||
| + | |||
| + | ---------------------------------- | ||
| + | Done processing. Work performed: | ||
| + | 0 file elements and 4 m4 elements added to demo.pcb. | ||
| + | |||
| + | Next steps: | ||
| + | 1. Run pcb on your file demo.pcb. | ||
| + | You will find all your footprints in a bundle ready for you to place. | ||
| + | |||
| + | </pre> | ||
| + | Start 'pcb demo.pcb' | ||
| + | :[[Image:Geda_pcb.png|thumb|right|250px|pcb - pcb editor]] | ||
:Print the result as Postscript or Gerber files. | :Print the result as Postscript or Gerber files. | ||
Revision as of 04:47, 31 July 2007
Add a file called "gschemrc":
(log-window "later")
Start 'gschem schematic.sch'
- Edit/Create your circuit
Start 'gsch2pcb schematic.sch'
~ >gsch2pcb demo.sch
----------------------------------
Done processing. Work performed:
0 file elements and 4 m4 elements added to demo.pcb.
Next steps:
1. Run pcb on your file demo.pcb.
You will find all your footprints in a bundle ready for you to place.
Start 'pcb demo.pcb'
- Print the result as Postscript or Gerber files.