kdesrc-build, kdesrc-run: add page (#11487)

* kdesrc-build: add page

* kdesrc-run: add page

* Update kdesrc-build.md

* Update kdesrc-build.md
pull/23/head
Managor 2023-11-13 11:37:28 +02:00 committed by GitHub
parent 047146f7f7
commit c17c47888c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View 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}}`

View 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}}`