Developing FreeCAD with KDevelop: Difference between revisions

From FreeCAD Documentation
m (fixed typo)
(Marked this version for translation)
Line 3: Line 3:
<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]])


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




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


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

Revision as of 11:24, 15 May 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