Added link to build file directory

This commit is contained in:
Erik C. Thauvin 2024-04-04 10:57:33 -07:00
parent 5673aee96f
commit 375b275d2a
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -1,6 +1,7 @@
# [GraalVM](https://www.graalvm.org/) Native Executable Example for [b<span style="color:orange">l</span>d](https://rife2.com/bld) # [GraalVM](https://www.graalvm.org/) Native Executable Example for [b<span style="color:orange">l</span>d](https://rife2.com/bld)
Be sure to have the GraalVM `native-image` utility in your path, or set its location in the build file. Be sure to have the GraalVM `native-image` utility in your path, or set its location in the
[build file](https://github.com/rife2/graalvm-native-bld-example/tree/main/src/bld/java/com/example).
## Compile the application ## Compile the application