1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 12:35:35 +02:00
tldr/pages/linux/kdesrc-build.md
Managor c17c47888c
kdesrc-build, kdesrc-run: add page (#11487)
* kdesrc-build: add page

* kdesrc-run: add page

* Update kdesrc-build.md

* Update kdesrc-build.md
2023-11-13 10:37:28 +01:00

548 B

kdesrc-build

Easily build KDE components from its source repositories. More information: https://invent.kde.org/sdk/kdesrc-build.

  • Initialize kdesrc-build:

kdesrc-build --initial-setup

  • Build a KDE component_name and its dependencies from source:

kdesrc-build {{component_name}}

  • Build a component without updating its local code and without compiling its dependencies:

kdesrc-build --no-src --no-include-dependencies {{component_name}}

  • Refresh the build directories:

kdesrc-build --refresh-build {{component_name}}