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...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinshedDocu{{#translation:}}}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>


== Introduction ==
== Introduction == <!--T:1-->


<!--T:2-->
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.
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 ==
== Prerequisites == <!--T:3-->


<!--T:4-->
* (optional) an account on github or gitlab (or another 3rd party source code hosting services). Note: as of this edit, FreeCAD uses Github.
* (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 [https://www.kdevelop.org/ KDevelop]
* An up to date version of [https://www.kdevelop.org/ KDevelop]
* Some basic understanding about {{incode|git}} (see [[Source code management]])
* Some basic understanding about {{incode|git}} (see [[Source_code_management|Source code management]])


== Usage ==
== Usage == <!--T:5-->



== Related == <!--T:6-->

<!--T:7-->
* [[Source_code_management|Source code management]]
* [[Developing_FreeCAD_with_GitKraken|Developing FreeCAD with GitKraken]]


</translate>
</translate>

Latest revision as of 18:01, 11 March 2021

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