mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
kdesrc-build: add run example and update link, kdesrc-run: delete page (#13400)
This commit is contained in:
parent
8331c0b172
commit
c98b67b2ec
2 changed files with 3 additions and 11 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue