diff --git a/pages/linux/kdesrc-build.md b/pages/linux/kdesrc-build.md new file mode 100644 index 000000000..ff15af4ae --- /dev/null +++ b/pages/linux/kdesrc-build.md @@ -0,0 +1,20 @@ +# kdesrc-build + +> Easily build KDE components from its source repositories. +> More information: . + +- 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}}` diff --git a/pages/linux/kdesrc-run.md b/pages/linux/kdesrc-run.md new file mode 100644 index 000000000..2e05d5664 --- /dev/null +++ b/pages/linux/kdesrc-run.md @@ -0,0 +1,8 @@ +# kdesrc-run + +> Run KDE components that have been built with kdesrc-build. +> More information: . + +- Run a component: + +`kdesrc-run {{component_name}}`