diff --git a/pages/linux/kdesrc-build.md b/pages/linux/kdesrc-build.md index 4b2a7cb24..d6bfdf352 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 703f9b546..000000000 --- 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}}`