Developing FreeCAD with KDevelop

From FreeCAD Documentation
Revision as of 11:24, 15 May 2020 by Renatorivo (talk | contribs) (Marked this version for translation)
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