snippetbashTip
sfdk build-requires — Update build time dependencies. More information: <https://github.com/sailfishos/sailfish-qtcreator/
Viewed 0 times
commandbuildupdatedependenciesclitimesfdk build-requiresmore
Problem
How to use the
sfdk build-requires command: Update 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>.Solution
sfdk build-requires — Update 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 pullInstall or update the build-time dependencies, omitting all extra ones:
sfdk build-requires resetShow the difference between current and clean build environments:
sfdk build-requires diffCode Snippets
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 pullInstall or update the build-time dependencies, omitting all extra ones
sfdk build-requires resetShow the difference between current and clean build environments
sfdk build-requires diffContext
tldr-pages: common/sfdk build-requires
Revisions (0)
No revisions yet.