Developing FreeCAD with KDevelop: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
 
Line 13: Line 13:
* (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 == <!--T:5-->
== Usage == <!--T:5-->
Line 21: Line 21:


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