Skip to content

Commit

Permalink
Add prerequisites to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstancu committed Apr 24, 2018
1 parent 6fac95a commit 05e1052
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion substratevm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ Substrate VM is a framework that allows ahead-of-time (AOT) compilation of Java

## Quick start

Install [mx](https://github.com/graalvm/mx) and point `JAVA_HOME` to a [labsjdk](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html). After cloning the repository, run
Install [mx](https://github.com/graalvm/mx) and point `JAVA_HOME` to a [labsjdk](http://www.oracle.com/technetwork/oracle-labs/program-languages/downloads/index.html).

For compilation `native-image` depends on the local toolchain, so make sure: `glibc-devel`, `zlib-devel` (header files for the C library and `zlib`) and `gcc` are available on your system.

After cloning the repository, run

```bash
cd substratevm
Expand Down

0 comments on commit 05e1052

Please sign in to comment.