Update services/thumbnails/README.md

Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 14:52:11 +01:00
committed by GitHub
parent 78c22c0b84
commit 233a435fe9

View File

@@ -109,7 +109,7 @@ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
Then you just need to set the `ENABLE_VIPS` variable on the `make` command:
```shell
make -C OpenCloud build ENABLE_VIPS=1
make -C opencloud build ENABLE_VIPS=1
```
Or include the `enable_vips` build tag in the `go build` command: