Signed-off-by: Miltiadis Kallianis <miltiadis.kallianis@asml.com>
This commit is contained in:
Miltiadis Kallianis 2024-02-19 12:31:07 +01:00
parent 55abe69da7
commit dbf465d6ea

View File

@ -196,7 +196,7 @@ DISABLE_DOCS=1 make
#### Additional prerequisites
In order to dynamically link against system libraries and avoid compilation erros the ```CGO_ENABLED='1'``` flag must be enabled. You can easily check by ```go env | grep CGO_ENABLED```.
In order to dynamically link against system libraries and avoid compilation errors the ```CGO_ENABLED='1'``` flag must be enabled. You can easily check by ```go env | grep CGO_ENABLED```.
An alternative would be to set the `BUILDTAGS=containers_image_openpgp` (this removes the dependency on `libgpgme` and its companion libraries).