mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
643 B
Markdown
25 lines
643 B
Markdown
![]() |
# sfdk build-requires
|
||
|
|
||
|
> Updates build time dependencies.
|
||
|
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
||
|
|
||
|
- Run a subcommand refreshing the cache:
|
||
|
|
||
|
`sfdk build-requires --refresh {{subcommand}}`
|
||
|
|
||
|
- Run a subcommand without refreshing the cache:
|
||
|
|
||
|
`sfdk build-requires --no-refresh {{subcommand}}`
|
||
|
|
||
|
- Install or update the build-time dependencies:
|
||
|
|
||
|
`sfdk build-requires pull`
|
||
|
|
||
|
- Install or update the build-time dependencies, omitting all extra ones:
|
||
|
|
||
|
`sfdk build-requires reset`
|
||
|
|
||
|
- Show the difference between current and clean build environments:
|
||
|
|
||
|
`sfdk build-requires diff`
|