By using our website, you agree to the use of our cookies.
By using our website, you agree to the use of our cookies.

How to Setup Development Environment

If you want to contribute to LabPlot development, follow the steps below to setup your development environment.

1. Clone our git repository or browse it on invent.kde.org

git clone git@invent.kde.org:education/labplot.git

2. Setup your development environment

on Windows

  • Install Craft (with MSVC2022, Python 3.11 recommended) using https://community.kde.org/Get_Involved/development/Windows
  • Install LabPlot using “craft -i –target master labplot”
  • Create installation package with “craft –package –target master labplot”
  • Install package (from C:\CraftRoot\tmp\)
  • Edit the source code in C:\CraftRoot\download\git\kde\applications\labplot and recompile