Build requirements
Building prerequisites
Installing required dependencies for local build
To get requirements installed locally, run:
$> make deps
or you need:
elemental-clisquashfs-toolszypper in squashfson SLES or openSUSE
xorrisozypper in xorrisoon SLES or openSUSE
mtoolszypper in mtoolson SLES or openSUSE
yq(version4.x), installed via packages/toolchain/yq (optional)jq, installed via packages/utils/jq (optional)
elemental
elemental comes with Elemental-toolkit
You can grab the binary from elemental releases.
yq and jq
yq (version 4.x) and jq are used to retrieve the list of
packages to build in order to produce the final ISOs. Those are not
strictly required, see the Note below.
Note: yq and jq are just used to generate the list of packages to build, and you don’t need to have them installed if you manually specify the packages to be compiled.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified June 2, 2023: Update documentation (#1778) (5f4381a0e)