kdesrc-{build, run}: update page (#11488)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -3,18 +3,26 @@
|
|||||||
> Easily build KDE components from its source repositories.
|
> Easily build KDE components from its source repositories.
|
||||||
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
||||||
|
|
||||||
- Initialize kdesrc-build:
|
- Initialize `kdesrc-build`:
|
||||||
|
|
||||||
`kdesrc-build --initial-setup`
|
`kdesrc-build --initial-setup`
|
||||||
|
|
||||||
- Build a KDE `component_name` and its dependencies from source:
|
- Compile a KDE component and its dependencies from source:
|
||||||
|
|
||||||
`kdesrc-build {{component_name}}`
|
`kdesrc-build {{component_name}}`
|
||||||
|
|
||||||
- Build a component without updating its local code and without compiling its dependencies:
|
- Compile a component without updating its local code and without compiling its dependencies:
|
||||||
|
|
||||||
`kdesrc-build --no-src --no-include-dependencies {{component_name}}`
|
`kdesrc-build --no-src --no-include-dependencies {{component_name}}`
|
||||||
|
|
||||||
- Refresh the build directories:
|
- Refresh the build directories before compiling:
|
||||||
|
|
||||||
`kdesrc-build --refresh-build {{component_name}}`
|
`kdesrc-build --refresh-build {{component_name}}`
|
||||||
|
|
||||||
|
- Resume compilation from a specific dependency:
|
||||||
|
|
||||||
|
`kdesrc-build --resume-from={{dependency_component}} {{component_name}}`
|
||||||
|
|
||||||
|
- Print full compilation info:
|
||||||
|
|
||||||
|
`kdesrc-build --debug {{component_name}}`
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# kdesrc-run
|
# kdesrc-run
|
||||||
|
|
||||||
> Run KDE components that have been built with kdesrc-build.
|
> Run KDE components that have been built with `kdesrc-build`.
|
||||||
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
||||||
|
|
||||||
- Run a component:
|
- Run a component:
|
||||||
|
Reference in New Issue
Block a user