Skip to content
Michiel Borkent edited this page May 19, 2022 · 9 revisions

1. Download GraalVM for M1

Download GraalVM for M1 by following here.

2. Clone the babashka repo

See https://github.com/babashka/babashka/blob/master/doc/dev.md#clone-repository

3. Build babashka

Run:

$ export GRAALVM_HOME=/path/to/graal/Contents/Home
$ script/uberjar && script/compile