kdesrc-build
tool for building KDE software from source repositories
TLDR
Initialize kdesrc-build
SYNOPSIS
kdesrc-build [options] [components]
DESCRIPTION
kdesrc-build is a tool for building KDE software from source repositories. It automates downloading, configuring, and compiling KDE components with proper dependency handling.
The tool manages a local checkout of KDE source code and can build individual components or entire desktop environments. Configuration is stored in ~/.config/kdesrc-buildrc.
PARAMETERS
--initial-setup
Initialize configuration--no-src
Don't update source code--no-include-dependencies
Don't build dependencies--refresh-build
Clean build directories before building--resume-from COMPONENT
Resume from specified component--run --exec NAME
Run built executable--no-stop-on-failure
Continue building if component fails
CAVEATS
Requires significant disk space and time. Build dependencies must be installed. Consider using kde-builder as a modern replacement with improved performance.
HISTORY
kdesrc-build has been the standard tool for KDE developers to build KDE software from source for many years. It's being gradually replaced by kde-builder.
SEE ALSO
kde-builder(1), cmake(1), make(1)
