FreeCAD Build Tool/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Testing|Testing]]
|Start up and Configuration|Module Creation}}
|[[Continuous_Integration|Continuous Integration]]
}}

{{TOCright}}
{{TOCright}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Instrumentul de construcție '''FreeCAD build tool''' sau '''fcbt''' este un script python localizat la:
Instrumentul de construcție '''FreeCAD build tool''' sau '''fcbt''' este un script python localizat la:
Line 28: Line 33:
- DistAll (DA) Run all three above modules
- DistAll (DA) Run all three above modules
- NextBuildNumber (NBN) Increase the Build Number of this Version
- NextBuildNumber (NBN) Increase the Build Number of this Version
- CreateModule (CM) Insert a new FreeCAD Module in the module directory
- CreateModule (CM) Insert a new FreeCAD Module (Workbench) in the module directory
For help on the modules type:
For help on the modules type:
fcbt <command name> ?
fcbt <command name> ?
}}
}}
<div class="mw-translate-fuzzy">
La promptul de introducere introduceți comanda abreviată pe care doriți să o apelați. De exemplu, tastați "CM" pentru crearea unui modul [[Module Creation|creating a module]].
La promptul de introducere introduceți comanda abreviată pe care doriți să o apelați. De exemplu, tastați "CM" pentru crearea unui modul [[Workbench_creation/ro|creating a workbench]].
</div>


=== DistSrc ===
=== DistSrc ===
Line 52: Line 59:
=== NextBuildNumber ===
=== NextBuildNumber ===
Comanda "NBN" '''incrementează numărul de compilări pentru a crea noua veresiiune FreeCAD.
Comanda "NBN" '''incrementează numărul de compilări pentru a crea noua veresiiune FreeCAD.

=== CreateModule ===
Comanda "CM" [[Module Creation|creates a new application module]].


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
=== CreateModule ===
{{Docnav|Start up and Configuration|Module Creation}}
Comanda "CM" [[Workbench_creation/ro|creates a new application module (Workbench)]].
</div>
</div>


{{Userdocnavi}}


{{Docnav
[[Category:Developer Documentation/ro]]
|[[Testing|Testing]]
|[[Continuous_Integration|Continuous Integration]]
}}


{{Userdocnavi{{#translation:}}}}
[[Category:Developer Documentation{{#translation:}}]]
{{clear}}
{{clear}}

Latest revision as of 14:36, 30 October 2021

Instrumentul de construcție FreeCAD build tool sau fcbt este un script python localizat la:

trunc/src/Tools/fcbt.py

Acesta poate fi folosit pentru a simplifica unele sarcini frecvente în construirea, distribuirea și extinderea FreeCAD.

Utilizare

Cu Python corect instalat, fcbt can poate fi invocat prin comanda

python fbct.py

Afișează un meniu, unde puteți selecta următoarele:

FreeCAD Build Tool
 Usage:
    fcbt <command name> [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 (Workbench) in the module directory
 
 For help on the modules type:
   fcbt <command name> ?

La promptul de introducere introduceți comanda abreviată pe care doriți să o apelați. De exemplu, tastați "CM" pentru crearea unui modul creating a workbench.

DistSrc

Comanda "DS" creează sursa de distribuire a arborelui sursă curent

DistBin

Comanda "DB" creează o distribuție binară a arborelui sursă curent.

DistSetup

Comanda "DI" creează o distribuție de instalare a arborelui sursă curent.

DistSetup

Comanda "DUI" creează o distribuție de configurare utilizator a arborelui sursă curent.

DistAll

Comanda "DA" execută secvența "DS", "DB" and "DI" .

NextBuildNumber

Comanda "NBN" incrementează numărul de compilări pentru a crea noua veresiiune FreeCAD.