Skip to content
Snippets Groups Projects
Commit f7e8d57a authored by Alexis  CRISCUOLO's avatar Alexis CRISCUOLO :black_circle:
Browse files

0.1

parent 45167c96
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ On computers with [GraalVM](https://www.graalvm.org/downloads/) installed, a nat
```bash
javac LINtree.java
native-image LINtree LINtree
rm LINtree.class
rm -f LINtree.build_artifacts.txt LINtree.class
```
This will create the native executable `LINtree` that can be run with the following command line model:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment