Skip to content

Commit

Permalink
Minor improvements to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 4, 2018
1 parent 2c968ce commit 07c1710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ At the moment is has the following features:
## How to build Shamrock

* Install platform C developer tools:
* OSX
* `xcode-select --install`
* Linux
* Make sure headers are available on your system (you'll hit 'Basic header file missing (<zlib.h>)' error if they aren't).
* On Fedora `sudo dnf install zlib-devel`
* Otherwise `sudo apt-get install libz-dev`
* macOS
* `xcode-select --install`
* Install GraalVM (minimum RC9)
* Set `GRAALVM_HOME` to your GraalVM Home directory e.g. `/Users/emmanuel/JDK/GraalVM/Contents/Home`
* Set `GRAALVM_HOME` to your GraalVM Home directory e.g. `/opt/graalvm` on Linux or `/Users/emmanuel/JDK/GraalVM/Contents/Home` on macOS
* `mvn install`

The default build will create two different native images, which is quite time consuming. You can skip this
Expand Down

0 comments on commit 07c1710

Please sign in to comment.