README: document required dependency
As a dependency of `images` we also need `gpgme-devel` here, if we compile without `containers_image_openpgp`.
This commit is contained in:
parent
54d9ab47d3
commit
f10766506d
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue