Sviluppare FreeCAD con KDevelop

From FreeCAD Documentation
Revision as of 11:27, 13 March 2021 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
Other languages:

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Introduzione

L'intenzione di questa pagina è di aiutare gli utenti che sono inclini a comprendere e leggere il codice sorgente di FreeCAD con il possibile obiettivo finale di contribuire eventualmente al progetto.

Prerequisiti

  • (optional) an account on github or gitlab (or another 3rd party source code hosting services). Note: as of this edit, FreeCAD uses Github.
  • An up to date version of KDevelop
  • Some basic understanding about git (see Source code management)

Usage

Related