FreeCAD-Doc/localwiki/FreeCAD_Build_Tool-pl.html
2018-07-19 18:47:02 -05:00

84 lines
4.6 KiB
HTML

<html><head><title>FreeCAD Build Tool/pl</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>FreeCAD Build Tool/pl</h1></div>
<div id="mw-content-text" lang="pl" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><p>The <b>FreeCAD build tool</b> or <b>fcbt</b> is a python script located at
</p>
<div class="mw-highlight mw-content-ltr" dir="ltr"><pre> trunc/src/Tools/fcbt.py</pre></div>
<p>It can be used to simplify some frequent tasks in building, distributing and extending FreeCAD.
</p>
<div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Usage"><span class="tocnumber">1</span> <span class="toctext">Usage</span></a>
<ul>
<li class="toclevel-2 tocsection-2"><a href="#DistSrc"><span class="tocnumber">1.1</span> <span class="toctext">DistSrc</span></a></li>
<li class="toclevel-2 tocsection-3"><a href="#DistBin"><span class="tocnumber">1.2</span> <span class="toctext">DistBin</span></a></li>
<li class="toclevel-2 tocsection-4"><a href="#DistSetup"><span class="tocnumber">1.3</span> <span class="toctext">DistSetup</span></a></li>
<li class="toclevel-2 tocsection-5"><a href="#DistSetup_2"><span class="tocnumber">1.4</span> <span class="toctext">DistSetup</span></a></li>
<li class="toclevel-2 tocsection-6"><a href="#DistAll"><span class="tocnumber">1.5</span> <span class="toctext">DistAll</span></a></li>
<li class="toclevel-2 tocsection-7"><a href="#NextBuildNumber"><span class="tocnumber">1.6</span> <span class="toctext">NextBuildNumber</span></a></li>
<li class="toclevel-2 tocsection-8"><a href="#CreateModule"><span class="tocnumber">1.7</span> <span class="toctext">CreateModule</span></a></li>
</ul>
</li>
</ul>
</div>
<h2><span class="mw-headline" id="Usage">Usage</span></h2>
<p>With <a href="http://en.wikipedia.org/wiki/Python_(programming_language)" class="extiw" title="wikipedia:Python (programming language)">Python</a> correctly installed, <i>fcbt</i> can be invoked by the command
</p>
<div class="mw-highlight mw-content-ltr" dir="ltr"><pre> python fbct.py</pre></div>
<p>It displays a menu, where you can select the task you want to use it for:
</p>
<pre>FreeCAD Build Tool
Usage:
fcbt &lt;command name&gt; [command parameter]
possible commands are:
- DistSrc (DS) Build a source Distr. of the current source tree
- DistBin (DB) Build a binary Distr. of the current source tree
- DistSetup (DI) Build a Setup Distr. of the current source tree
- DistSetup (DUI) Build a User Setup Distr. of the current source tree
- DistAll (DA) Run all three above modules
- NextBuildNumber (NBN) Increase the Build Number of this Version
- CreateModule (CM) Insert a new FreeCAD Module in the module directory
For help on the modules type:
fcbt &lt;command name&gt;&#160;?
</pre>
<p>At the input promt enter the abbreviated command you want to call. For example type "CM" for <a href="Module_Creation.html" title="Module Creation">creating a module</a>.
</p>
<h3><span class="mw-headline" id="DistSrc">DistSrc</span></h3>
<p>The command "DS" <b>creates a source distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistBin">DistBin</span></h3>
<p>The command "DB" <b>creates a binary distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistSetup">DistSetup</span></h3>
<p>The command "DI" <b>creates a setup distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistSetup_2">DistSetup</span></h3>
<p>The command "DUI" <b>creates a user setup distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistAll">DistAll</span></h3>
<p>The command "DA" executes "DS", "DB" and "DI" in sequence.
</p>
<h3><span class="mw-headline" id="NextBuildNumber">NextBuildNumber</span></h3>
<p>The "NBN" command <b>increments the build number</b> to create a new release version of FreeCAD.
</p>
<h3><span class="mw-headline" id="CreateModule">CreateModule</span></h3>
<p>The "CM" command <a href="Module_Creation.html" title="Module Creation">creates a new application module</a>.
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=FreeCAD_Build_Tool/pl&amp;oldid=179353">http://www.freecadweb.org/wiki/index.php?title=FreeCAD_Build_Tool/pl&amp;oldid=179353</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>