From f10766506d8328e69d290749a51bcbcd00935cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=BCller?= Date: Thu, 16 Jan 2025 17:21:46 +0100 Subject: [PATCH] README: document required dependency As a dependency of `images` we also need `gpgme-devel` here, if we compile without `containers_image_openpgp`. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5cff565..d921726 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,21 @@ $ go install github.com/osbuild/image-builder-cli/cmd/image-builder@main We plan to provide rpm packages in fedora as well. +## Compilation + +You can compile the application in `cmd/image-builder` with +the normal `go` command or use + +``` +make build +``` + +To compile without go build tags you will need to install +the required RPMs: + +```console +sudo dnf install gpgme-devel +``` ## Prerequisites