Added zlib install instructions

This commit is contained in:
Michael Schnell
2019-12-26 10:06:20 +01:00
committed by GitHub
parent dd50b37cd6
commit d6580ee7dc

View File

@@ -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)