Developing FreeCAD with KDevelop: Difference between revisions

From FreeCAD Documentation
(Created page with "<languages/> {{UnfinshedDocu{{#translation:}}}} <translate> == Introduction == The intention for this page is to help orient users who are inclined toward understanding and...")
 
m (fixed typo)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinshedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


Line 15: Line 15:
== Usage ==
== Usage ==



== Related ==

* [[Source code management]]
* [[Developing FreeCAD with GitKraken]]


</translate>
</translate>

Revision as of 15:50, 7 March 2020

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.

Introduction

The intention for this page is to help orient users who are inclined toward understanding and reading FreeCAD source code with the possible end goal of contributing eventually to the project.

Prerequisites

  • (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