missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-gnetlist_ug-running_gnetlist.html
blob5c4a6b9848a6d4e973f74b9471d1bfd687f49da2
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
12 <a href=.>start</a>&nbsp;=>&nbsp;<a href=geda-gnetlist_ug.html>gnetlist_ug</a></br>
13 <div class="table sectionedit1"><table class="inline">
14 <tr class="row0">
15 <td class="col0 leftalign"> « <a href="geda-gnetlist_ug-introduction.html" class="wikilink1" title="geda-gnetlist_ug-introduction.html">Introduction</a> </td><td class="col1 centeralign"> <strong><a href="geda-gnetlist_ug.html" class="wikilink1" title="geda-gnetlist_ug.html">gEDA gnetlist User Guide</a></strong> </td><td class="col2 rightalign"> <a href="geda-gnetlist_ug-input_output_files.html" class="wikilink1" title="geda-gnetlist_ug-input_output_files.html">Input &amp; output files</a> » </td>
16 </tr>
17 </table></div>
18 <!-- EDIT1 TABLE [1-179] -->
19 <h2 class="sectionedit2" id="running_gnetlist">Running gnetlist</h2>
20 <div class="level2">
21 <div class="notetip">Are you looking for help with <a href="geda-installation.html" class="wikilink1" title="geda-installation.html">installing gEDA</a>?
22 </div>
23 <p>
24 gnetlist has a command-line interface, and can be run using the <code>gnetlist</code> command in a terminal window. For example, a normal command to run gnetlist on a design in order to generate a list of components used might look like this:
25 </p>
26 <pre class="code">gnetlist -g bom2 -o stepper.bom power-supply.sch motor-drive.sch</pre>
28 <p>
29 To run gnetlist, you will usually need to <a href="geda-gnetlist_ug-input_output_files.html" class="wikilink1" title="geda-gnetlist_ug-input_output_files.html">specify a list of schematic files</a> to process; choose a <em><a href="geda-gnetlist_ug-netlist_backends.html" class="wikilink1" title="geda-gnetlist_ug-netlist_backends.html">netlist backend</a></em> to use to generate the output; and provide the name of the <a href="geda-gnetlist_ug-input_output_files.html" class="wikilink1" title="geda-gnetlist_ug-input_output_files.html">output file</a> in which to save the netlist.
30 </p>
32 <p>
33 gnetlist accepts a variety of <a href="geda-gnetlist_ug-command_line.html" class="wikilink1" title="geda-gnetlist_ug-command_line.html">optional arguments</a> that can be used to alter its behaviour. They are also explained in the gnetlist manpage (which you can view by running <code>man gnetlist</code>).
34 </p>
36 </div>
37 <!-- EDIT2 SECTION "Running gnetlist" [181-] --></body>
38 </html>