LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sfdk-make-install

Install built files in Sailfish OS build target

TLDR

Install the previously built project into the build target sysroot
$ sfdk make-install
copy
Install to a custom destination directory
$ sfdk make-install DESTDIR=[path]
copy
Install in parallel using N jobs
$ sfdk make-install -j[N]
copy
Install verbosely
$ sfdk make-install V=1
copy

SYNOPSIS

sfdk make-install [makearguments_...]

DESCRIPTION

sfdk make-install runs the `install` target of the underlying build system (typically make, cmake, or qmake-generated Makefiles) inside the Sailfish OS build target. It is a thin wrapper around sfdk make that selects the install target and forwards any additional arguments to the build tool.The command is normally executed after sfdk build or sfdk make as part of the development workflow when staging files for inclusion in an RPM package, or when deploying built artifacts to the build target sysroot for testing.

PARAMETERS

DESTDIR=path

Stage installation into path rather than the default sysroot prefix. Standard make/autotools convention.
-jN
Run up to N install jobs in parallel.
V=1
Enable verbose build output.

CAVEATS

Requires an initialized Sailfish SDK build engine and an active build target configured via sfdk config. The project must already be built; sfdk make-install does not trigger compilation. Behavior depends on the project's own install rules.

SEE ALSO

sfdk(1), sfdk-make(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid