mirror of https://github.com/CrimsonTome/tldr.git
kdesrc-build: add run example and update link, kdesrc-run: delete page (#13400)
parent
8331c0b172
commit
c98b67b2ec
|
@ -1,7 +1,7 @@
|
||||||
# kdesrc-build
|
# kdesrc-build
|
||||||
|
|
||||||
> 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://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/index.html>.
|
||||||
|
|
||||||
- Initialize `kdesrc-build`:
|
- Initialize `kdesrc-build`:
|
||||||
|
|
||||||
|
@ -23,9 +23,9 @@
|
||||||
|
|
||||||
`kdesrc-build --resume-from={{dependency_component}} {{component_name}}`
|
`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:
|
- 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…
Reference in New Issue