From 9f69a3c857b398734f30220a1e2917f7048ca387 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:54:15 +0200 Subject: [PATCH] kdesrc-{build, run}: update page (#11488) Co-authored-by: K.B.Dharun Krishna --- pages/linux/kdesrc-build.md | 16 ++++++++++++---- pages/linux/kdesrc-run.md | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/linux/kdesrc-build.md b/pages/linux/kdesrc-build.md index ff15af4ae..70bcb77c8 100644 --- a/pages/linux/kdesrc-build.md +++ b/pages/linux/kdesrc-build.md @@ -3,18 +3,26 @@ > Easily build KDE components from its source repositories. > More information: . -- Initialize kdesrc-build: +- Initialize `kdesrc-build`: `kdesrc-build --initial-setup` -- Build a KDE `component_name` and its dependencies from source: +- Compile a KDE component and its dependencies from source: `kdesrc-build {{component_name}}` -- Build a component without updating its local code and without compiling its dependencies: +- Compile 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: +- Refresh the build directories before compiling: `kdesrc-build --refresh-build {{component_name}}` + +- Resume compilation from a specific dependency: + +`kdesrc-build --resume-from={{dependency_component}} {{component_name}}` + +- Print full compilation info: + +`kdesrc-build --debug {{component_name}}` diff --git a/pages/linux/kdesrc-run.md b/pages/linux/kdesrc-run.md index 2e05d5664..703f9b546 100644 --- a/pages/linux/kdesrc-run.md +++ b/pages/linux/kdesrc-run.md @@ -1,6 +1,6 @@ # kdesrc-run -> Run KDE components that have been built with kdesrc-build. +> Run KDE components that have been built with `kdesrc-build`. > More information: . - Run a component: