← 返回命令列表

Linux command

kde-builder 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Initialize

kde-builder --initial-setup

Build

kde-builder [component_name]

Example

kde-builder -SD [component_name]

Refresh

kde-builder -r [component_name]

Resume

kde-builder -f [dependency_component] [component_name]

Run

kde-builder --run [executable_name]

Example

kde-builder --install-login-session-only

说明

kde-builder is a tool for building KDE software from source repositories. It handles dependency resolution, source updates, configuration, and compilation of KDE components. The tool is a drop-in replacement for kdesrc-build with improved performance and usability. It can build individual components or entire desktop environments like Plasma.

参数

--initial-setup
Initialize kde-builder configuration
-S, --no-src
Don't update source code
-D, --no-include-dependencies
Don't build dependencies
-r, --refresh-build
Clean and refresh build directories
-f, --resume-from _COMPONENT_
Resume build from specified component
--run _EXECUTABLE_
Run a built component
--install-login-session-only
Install login session files
--no-stop-on-failure
Continue building if a component fails

FAQ

What is the kde-builder command used for?

kde-builder is a tool for building KDE software from source repositories. It handles dependency resolution, source updates, configuration, and compilation of KDE components. The tool is a drop-in replacement for kdesrc-build with improved performance and usability. It can build individual components or entire desktop environments like Plasma.

How do I run a basic kde-builder example?

Run `kde-builder --initial-setup` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --initial-setup do in kde-builder?

Initialize kde-builder configuration