Skip to content

Commit

Permalink
README: document required dependency
Browse files Browse the repository at this point in the history
As a dependency of `images` we also need `gpgme-devel` here,
if we compile without `containers_image_openpgp`.
  • Loading branch information
schuellerf authored and mvo5 committed Jan 21, 2025
1 parent 54d9ab4 commit f107665
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f107665

Please sign in to comment.