kdesrc-build, kdesrc-run: add page (#11487)
* kdesrc-build: add page * kdesrc-run: add page * Update kdesrc-build.md * Update kdesrc-build.md
This commit is contained in:
20
pages/linux/kdesrc-build.md
Normal file
20
pages/linux/kdesrc-build.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# kdesrc-build
|
||||||
|
|
||||||
|
> Easily build KDE components from its source repositories.
|
||||||
|
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
||||||
|
|
||||||
|
- Initialize kdesrc-build:
|
||||||
|
|
||||||
|
`kdesrc-build --initial-setup`
|
||||||
|
|
||||||
|
- Build a KDE `component_name` and its dependencies from source:
|
||||||
|
|
||||||
|
`kdesrc-build {{component_name}}`
|
||||||
|
|
||||||
|
- Build a component without updating its local code and without compiling its dependencies:
|
||||||
|
|
||||||
|
`kdesrc-build --no-src --no-include-dependencies {{component_name}}`
|
||||||
|
|
||||||
|
- Refresh the build directories:
|
||||||
|
|
||||||
|
`kdesrc-build --refresh-build {{component_name}}`
|
8
pages/linux/kdesrc-run.md
Normal file
8
pages/linux/kdesrc-run.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# kdesrc-run
|
||||||
|
|
||||||
|
> Run KDE components that have been built with kdesrc-build.
|
||||||
|
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
|
||||||
|
|
||||||
|
- Run a component:
|
||||||
|
|
||||||
|
`kdesrc-run {{component_name}}`
|
Reference in New Issue
Block a user