From c98b67b2ec19226d0be960e13d52931e4b09194b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:12:23 +0300 Subject: [PATCH] kdesrc-build: add run example and update link, kdesrc-run: delete page (#13400) --- pages/linux/kdesrc-build.md | 6 +++--- pages/linux/kdesrc-run.md | 8 -------- 2 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 pages/linux/kdesrc-run.md diff --git a/pages/linux/kdesrc-build.md b/pages/linux/kdesrc-build.md index 4b2a7cb245..d6bfdf3526 100644 --- a/pages/linux/kdesrc-build.md +++ b/pages/linux/kdesrc-build.md @@ -1,7 +1,7 @@ # kdesrc-build > Easily build KDE components from its source repositories. -> More information: . +> More information: . - Initialize `kdesrc-build`: @@ -23,9 +23,9 @@ `kdesrc-build --resume-from={{dependency_component}} {{component_name}}` -- Print full compilation info: +- Run a component with a specified executable name: -`kdesrc-build --debug {{component_name}}` +`kdesrc-build --run --exec {{executable_name}} {{component_name}}` - Build all configured components: diff --git a/pages/linux/kdesrc-run.md b/pages/linux/kdesrc-run.md deleted file mode 100644 index 703f9b5469..0000000000 --- a/pages/linux/kdesrc-run.md +++ /dev/null @@ -1,8 +0,0 @@ -# kdesrc-run - -> Run KDE components that have been built with `kdesrc-build`. -> More information: . - -- Run a component: - -`kdesrc-run {{component_name}}`