kdesrc-build: add run example and update link, kdesrc-run: delete page (#13400)

This commit is contained in:
Managor 2024-08-06 22:12:23 +03:00 committed by GitHub
parent 8331c0b172
commit c98b67b2ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 11 deletions

View File

@ -1,7 +1,7 @@
# kdesrc-build
> Easily build KDE components from its source repositories.
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
> More information: <https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/index.html>.
- Initialize `kdesrc-build`:
@ -23,9 +23,9 @@
`kdesrc-build --resume-from={{dependency_component}} {{component_name}}`
- Print full compilation info:
- Run a component with a specified executable name:
`kdesrc-build --debug {{component_name}}`
`kdesrc-build --run --exec {{executable_name}} {{component_name}}`
- Build all configured components:

View File

@ -1,8 +0,0 @@
# 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}}`