Build requirements
Building prerequisites
Installing required dependencies for local build
To get requirements installed locally, run:
$> make deps
or you need:
elemental-cli
squashfs-tools
zypper in squashfs
on SLES or openSUSE
xorriso
zypper in xorriso
on SLES or openSUSE
mtools
zypper in mtools
on 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)