Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn authored May 11, 2020
1 parent 48663a7 commit 3c83e59
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ All the jars and releases are available from Maven Central, so you'll find every

## Requirements

* Maven 3.3+ (prefer included maven-wrapper)
* Maven 3.3+
* Java 8+
* Graal 19.3.1+ (native-image)

Check out and build:

Expand All @@ -111,6 +112,12 @@ cd jline3
./build rebuild
```

Build Graal native-image demo:

```sh
./build rebuild -Pnative-image
```

## Results

The following artifacts are build:
Expand Down Expand Up @@ -143,8 +150,11 @@ To run the demo, simply use one of the following commands after having build `JL
# Gogo terminal
./build demo
# groovy REPL
# Groovy REPL
./build repl
# Graal native-image
./build graal
```

## Continuous Integration
Expand Down

0 comments on commit 3c83e59

Please sign in to comment.