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: BUILDING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Requirements to build the full project:
56
56
`sudo xattr -r -d com.apple.quarantine /Library/Java/JavaVirtualMachines/graalvm-<current version of graalvm>`
57
57
* Add the required environment variables to your shell using the `export` command. You can permanently install the environment variables by appending the `export` commands into your shell configuration file `~/.zshrc` or `.bashrc` or other.
* Restart your shell after applying the changes if you appended the commands to your shell configuration file.
67
67
68
-
> [!NOTE]
69
-
> ARM users: there is no Oracle JDK v8 for ARM.
68
+
> [!NOTE]
69
+
> ARM users: there is no Oracle JDK v8 for ARM.
70
70
> It's recommended to use [Azul's Zulu](https://www.azul.com/downloads/?version=java-8-lts&architecture=arm-64-bit&package=jdk#zulu) builds of Java 8.
71
71
> [Amazon Corretto](https://aws.amazon.com/corretto/) builds have also been proven to work.
72
72
@@ -77,7 +77,7 @@ export JAVA_HOME=$JAVA_8_HOME
77
77
78
78
* Download and extract JDK 8, 11, 17 and 21 from [Eclipse Temurin releases](https://adoptium.net/temurin/releases/) and GraalVM from [Oracle downloads](https://www.graalvm.org/downloads/).
79
79
* Install the GraalVM native image requirements for native builds by following [the GraalVM official documentation](https://www.graalvm.org/latest/reference-manual/native-image/#prerequisites).
80
-
* Add the required environment variables to your shell using the `export` command. You can permanently install the environment variables by appending the `export` commands into your shell configuration file `~/.zshrc` or `~/.bashrc` or other.
80
+
* Add the required environment variables to your shell using the `export` command. You can permanently install the environment variables by appending the `export` commands into your shell configuration file `~/.zshrc` or `~/.bashrc` or other.
81
81
```shell
82
82
export JAVA_8_HOME=/<path to extracted archive>/jdk8u<current version of JDK 8>
83
83
export JAVA_11_HOME=/<path to extracted archive>/jdk-11.<current version of JDK 11>
@@ -101,7 +101,7 @@ export JAVA_HOME=$JAVA_8_HOME
101
101
102
102
### Install git
103
103
104
-
**On MacOS:**
104
+
**On MacOS:**
105
105
106
106
You can trigger the installation by running any `git` command from the terminal, e.g. `git --version`.
107
107
If not installed, the terminal will prompt you to install it.
@@ -110,7 +110,7 @@ If not installed, the terminal will prompt you to install it.
110
110
111
111
Run `apt-get install git`.
112
112
113
-
**On Windows:**
113
+
**On Windows:**
114
114
115
115
Download and install [the installer](https://git-scm.com/download/win) from the official website.
0 commit comments