Examples (8)
Initialize `kdesrc-build`
kdesrc-build --initial-setupCompile a KDE component and its dependencies from source
kdesrc-build component_nameCompile a component without updating its local code and without compiling its dependencies
kdesrc-build --no-src --no-include-dependencies component_nameRefresh the build directories before compiling
kdesrc-build --refresh-build component_nameResume compilation from a specific dependency
kdesrc-build --resume-from dependency_component component_nameRun a component with a specified executable name
kdesrc-build --run --exec executable_name component_nameBuild all configured components
Use system libraries in place of a component if it fails to build
kdesrc-build --no-stop-on-failure component_namemade by @shridhargupta | data from tldr-pages