mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sfdk*: update more information link (#16275)
This commit is contained in:
parent
64ff8c9df8
commit
ae0cd54214
21 changed files with 21 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
||||||
# sfdk apply
|
# sfdk apply
|
||||||
|
|
||||||
> Applies patches from RPM SPEC file.
|
> Applies patches from RPM SPEC file.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Building_packages/#tar_git-package-source-code-location-in-git>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.apply.adoc>.
|
||||||
|
|
||||||
- Apply all patches:
|
- Apply all patches:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk build-init
|
# sfdk build-init
|
||||||
|
|
||||||
> Initializes build directory.
|
> Initializes build directory.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.build-init.adoc>.
|
||||||
|
|
||||||
- Initialize the current directory as the build directory:
|
- Initialize the current directory as the build directory:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk build-requires
|
# sfdk build-requires
|
||||||
|
|
||||||
> Updates build time dependencies.
|
> Updates build time dependencies.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> 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:
|
- Run a subcommand refreshing the cache:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Executes custom steps in build engine.
|
> Executes custom steps in build engine.
|
||||||
> See also: `sfdk config` for configuring the build target and `sfdk build-init` for initializing build tree.
|
> See also: `sfdk config` for configuring the build target and `sfdk build-init` for initializing build tree.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.build-shell.adoc>.
|
||||||
|
|
||||||
- Launch interactive shell in the build engine:
|
- Launch interactive shell in the build engine:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk check
|
# sfdk check
|
||||||
|
|
||||||
> Performs quality checks.
|
> Performs quality checks.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#validating-package-contents>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.cmake.adoc>.
|
||||||
|
|
||||||
- Display test suites:
|
- Display test suites:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk cmake
|
# sfdk cmake
|
||||||
|
|
||||||
> Executes cmake build step.
|
> Executes cmake build step.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#building-the-sample-application>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.cmake.adoc>.
|
||||||
|
|
||||||
- Run cmake:
|
- Run cmake:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk compiledb
|
# sfdk compiledb
|
||||||
|
|
||||||
> Generates compilation database.
|
> Generates compilation database.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#editing-code-without-sailfish-ide/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/70-ide-compiledb/doc/command.compiledb.adoc>.
|
||||||
|
|
||||||
- Generate compilation database:
|
- Generate compilation database:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk config
|
# sfdk config
|
||||||
|
|
||||||
> Configures sfdk.
|
> Configures sfdk.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/10-general/doc/command.config.adoc>.
|
||||||
|
|
||||||
- Show configuration in all scopes:
|
- Show configuration in all scopes:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk deploy
|
# sfdk deploy
|
||||||
|
|
||||||
> Deploys build results to a device.
|
> Deploys build results to a device.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Deploying_packages/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.deploy.adoc>.
|
||||||
|
|
||||||
- Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup` or `manual`):
|
- Deploy using a specified method (`pkcon`, `rsync`, `sdk`, `zypper`, `zypper-dup` or `manual`):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk device
|
# sfdk device
|
||||||
|
|
||||||
> Maintains and controls registered devices.
|
> Maintains and controls registered devices.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#running-the-sample-application-in-the-emulator>.
|
||||||
|
|
||||||
- Display the registered devices:
|
- Display the registered devices:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk emulator exec
|
# sfdk emulator exec
|
||||||
|
|
||||||
> Execute a command on an emulator.
|
> Execute a command on an emulator.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/FAQ/#emulator>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
||||||
|
|
||||||
- Execute a command on an emulator:
|
- Execute a command on an emulator:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk emulator set
|
# sfdk emulator set
|
||||||
|
|
||||||
> Sets emulator properties.
|
> Sets emulator properties.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/FAQ/#what-are-the-compatibility-issues-with-sailfish-os-emulators-on-windows>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
||||||
|
|
||||||
- Set a property:
|
- Set a property:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk emulator
|
# sfdk emulator
|
||||||
|
|
||||||
> Maintains and controls emulators.
|
> Maintains and controls emulators.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/#emulator>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/40-testing-maintain/doc/command.emulator.adoc>.
|
||||||
|
|
||||||
- Display the installed emulators:
|
- Display the installed emulators:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk engine
|
# sfdk engine
|
||||||
|
|
||||||
> Maintains and controls the build engine.
|
> Maintains and controls the build engine.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/#sailfish-os-build-engine>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/30-building-maintain/doc/command.engine.adoc>.
|
||||||
|
|
||||||
- Start the build engine:
|
- Start the build engine:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk init
|
# sfdk init
|
||||||
|
|
||||||
> Initializes a new project.
|
> Initializes a new project.
|
||||||
> More information: <https://docs.sailfishos.org/Reference/I18n/Application_Configuration/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/15-building-init/doc/command.init.adoc>.
|
||||||
|
|
||||||
- Initialize a new project of the given type:
|
- Initialize a new project of the given type:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk make
|
# sfdk make
|
||||||
|
|
||||||
> Executes make build step.
|
> Executes make build step.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#building-the-sample-application>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.make.adoc>.
|
||||||
|
|
||||||
- Run make build:
|
- Run make build:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk package
|
# sfdk package
|
||||||
|
|
||||||
> Executes package creation build step.
|
> Executes package creation build step.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.package.adoc>.
|
||||||
|
|
||||||
- Create a package:
|
- Create a package:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk prepare
|
# sfdk prepare
|
||||||
|
|
||||||
> Executes preparation build step.
|
> Executes preparation build step.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.prepare.adoc>.
|
||||||
|
|
||||||
- Prepare sources using the recipe from RPM SPEC file:
|
- Prepare sources using the recipe from RPM SPEC file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk qmake
|
# sfdk qmake
|
||||||
|
|
||||||
> Executes qmake build step.
|
> Executes qmake build step.
|
||||||
> More information: <https://docs.sailfishos.org/Develop/Apps/Tutorials/Building_packages_-_advanced_techniques/#building-the-sample-application>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.qmake.adoc>.
|
||||||
|
|
||||||
- Run qmake build:
|
- Run qmake build:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk undeploy
|
# sfdk undeploy
|
||||||
|
|
||||||
> Undeploys build results from a device.
|
> Undeploys build results from a device.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Deploying_packages/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/50-testing-mb2/doc/command.undeploy.adoc>.
|
||||||
|
|
||||||
- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`):
|
- Undeploy using a specified method (`pkcon`, `rpm`, `rsync`, `sdk` or `zypper`):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# sfdk
|
# sfdk
|
||||||
|
|
||||||
> The command line frontend of the Sailfish SDK.
|
> The command line frontend of the Sailfish SDK.
|
||||||
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Installation/>.
|
> More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/10-general/doc/module.adoc>.
|
||||||
|
|
||||||
- Execute a subcommand:
|
- Execute a subcommand:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue