Skip to content

Commit f6ba09e

Browse files
committed
Update documentation
1 parent d402513 commit f6ba09e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ TL;DR
2626
#+end_src
2727

2828
** Option 1 - From Docker or Podman
29+
2930
You'll need to have either [[https://www.docker.com/][Docker]] or [[https://podman.io/][Podman]] installed first. I'll use =podman= as this is what I have installed, but it's literally the same syntax for =docker=.
3031

3132
*** Build the container image
@@ -55,3 +56,5 @@ Follow the instructions available in the projects in this git repository:
5556
- https://rust-lang.github.io/rust-bindgen/
5657
- https://github.com/babashka/sci/tree/master/libsci
5758
- https://github.com/borkdude/clojure-rust-graalvm
59+
- https://medium.com/graalvm/isolates-and-compressed-references-more-flexible-and-efficient-memory-management-for-graalvm-a044cc50b67e
60+
- https://docs.oracle.com/en/graalvm/enterprise/20/docs/reference-manual/native-image/C-API/

java-lib/README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The goal is to demonstrate how the /most trivial Java code/ that can be leverage
88

99
* What is required?
1010

11-
- [[https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz][GraalVM]] in order to generate the native library from Java code
11+
- [[https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-21.3.0][GraalVM]] in order to generate the native library from Java code (=graalvm-ce-java11-linux-amd64-21.3.0.tar.gz= for Linux amd64).
1212
- [[https://gradle.org][Gradle]] (optionally) for building the project: it can be auto-installed (Gradle wrapper)
13-
- [[https://llvm.org/][LLVM]] toolchain
13+
- [[https://www.graalvm.org/reference-manual/llvm/Compiling/][LLVM]] and other libraries (zlib, ar, etc.)
1414

1515
* How to build?
1616

0 commit comments

Comments
 (0)