mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:02:08 +02:00
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:
parent
047146f7f7
commit
c17c47888c
2 changed files with 28 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue