diff --git a/quarkus/README.md b/quarkus/README.md index 1bb537b..07bc919 100644 --- a/quarkus/README.md +++ b/quarkus/README.md @@ -23,7 +23,11 @@ Then execute the following steps: source source ~/.profile $GRAALVM_HOME/bin/gu install native-image ``` -4. OPTIONAL: Change memory of virtual machine to 6 GB (instead of 4 GB default) if you want to create a native image with GraalVM +4. Install zlib + ``` + sudo apt-get install libz-dev + ``` +5. OPTIONAL: Change memory of virtual machine to 6 GB (instead of 4 GB default) if you want to create a native image with GraalVM ## Getting started 1. Open a console (Ubuntu shortcut = ctrl alt t)