You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ TL;DR
26
26
#+end_src
27
27
28
28
** Option 1 - From Docker or Podman
29
+
29
30
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=.
30
31
31
32
*** Build the container image
@@ -55,3 +56,5 @@ Follow the instructions available in the projects in this git repository:
Copy file name to clipboardExpand all lines: java-lib/README.org
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ The goal is to demonstrate how the /most trivial Java code/ that can be leverage
8
8
9
9
* What is required?
10
10
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).
12
12
- [[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.)
0 commit comments