mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 12:47:23 +00:00
30 lines
782 B
Plaintext
30 lines
782 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# sfdk build-requires
|
|
|
|
> Updates build time dependencies.
|
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.build-requires.adoc>.
|
|
|
|
- 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`
|