kde-builder
linux
Easily build KDE components from its source repositories. Drop-in replacement for `kdesrc-build`.
More info →Options (3)
booleanCompile a component without updating its local code and without compiling its dependencies
Example:
kde-builder {{[-SD|--no-src --no-include-dependencies]}} {{component_name}}-r, --refresh-buildbooleanRefresh the build directories before compiling
Example:
kde-builder {{[-r|--refresh-build]}} {{component_name}}-f, --resume-frombooleanResume compilation from a specific dependency
Example:
kde-builder {{[-f|--resume-from]}} {{dependency_component}} {{component_name}}Examples (8)
Initialize `kde-builder`
kde-builder --initial-setupCompile a KDE component and its dependencies from the source (use `workspace` to compile Plasma desktop)
kde-builder component_name1 component_name2 ...Compile a component without updating its local code and without compiling its dependencies
kde-builder [-SD|--no-src --no-include-dependencies] component_nameRefresh the build directories before compiling
kde-builder [-r|--refresh-build] component_nameResume compilation from a specific dependency
kde-builder [-f|--resume-from] dependency_component component_nameRun a component with a specified executable name
kde-builder --run executable_nameInstall login session
kde-builder --install-login-session-onlyUse system libraries in place of a component if it fails to build
kde-builder --no-stop-on-failure component_namemade by @shridhargupta | data from tldr-pages