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

84 lines
4.6 KiB
HTML

<html><head><title>FreeCAD Build Tool/de</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/de</h1></div>
<div id="mw-content-text" lang="de" dir="ltr" class="mw-content-ltr"><hr/><div class="mw-parser-output"><p>Das <b>FreeCAD build tool</b> oder <b>fcbt</b> ist ein Python-script zu finden unter
</p>
<div class="mw-highlight mw-content-ltr" dir="ltr"><pre> trunc/src/Tools/fcbt.py</pre></div>
<p>Es kann verwendet werden, um einige häufige Aufgaben zu vereinfachen für Aufbau, Verteilung und Erweiterung von FreeCAD.
</p>
<div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Benutzung"><span class="tocnumber">1</span> <span class="toctext">Benutzung</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="Benutzung">Benutzung</span></h2>
<p>Mit korrekt installiertem <a rel="nofollow" class="external text" href="http://de.wikipedia.org/wiki/Python_%28Programmiersprache%29">Python</a>, kann der <i>fcbt</i>-befehl an der Eingabezeile so ausgeführt werden
</p>
<div class="mw-highlight mw-content-ltr" dir="ltr"><pre> python fbct.py</pre></div>
<p>Es öffnet sich ein Menü, in dem Sie die Aufgabe für den Einsatz auswählen können, die Sie wollen:
</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>Am Eingabepromt geben den abgekürzten Befehl den Sie anrufen möchten ein.
</p>
<h3><span class="mw-headline" id="DistSrc">DistSrc</span></h3>
<p>Der Befehl "DS" <b>creates a source distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistBin">DistBin</span></h3>
<p>Der Befehl "DB" <b>creates a binary distribution</b> of the current source tree.
</p>
<h3><span class="mw-headline" id="DistSetup">DistSetup</span></h3>
<p>Der Befehl "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>Der Befehl "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>Der Befehl "DA" führt "DS", "DB" und "DI" ALLE der Reihe nach aus.
</p>
<h3><span class="mw-headline" id="NextBuildNumber">NextBuildNumber</span></h3>
<p>Der "NBN" Befehl <b>increments the build number</b> erstellt eine neue Release-version von FreeCAD.
</p>
<h3><span class="mw-headline" id="CreateModule">CreateModule</span></h3>
<p>Der "CM" Befehl <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/de&amp;oldid=179382">http://www.freecadweb.org/wiki/index.php?title=FreeCAD_Build_Tool/de&amp;oldid=179382</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>