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: doc/build-instructions/Build_Instructions_V17.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ documentation for the next release of OpenJ9 can be found [here](https://eclipse
45
45
46
46
## Linux
47
47
:penguin:
48
-
This build process provides detailed instructions for building a Linux x86-64 binary of **OpenJDK V17** with OpenJ9 on Ubuntu 18. The binary can be built directly on your system, in a virtual machine, or in a Docker container :whale:.
48
+
This build process provides detailed instructions for building a Linux x86-64 binary of **OpenJDK V17** with OpenJ9 on Ubuntu 20. The binary can be built directly on your system, in a virtual machine, or in a Docker container :whale:.
49
49
50
50
If you are using a different Linux distribution, you might have to review the list of libraries that are bundled with your distribution and/or modify the instructions to use equivalent commands to the Advanced Packaging Tool (APT). For example, for Centos, substitute the `apt-get` command with `yum`.
51
51
@@ -72,7 +72,7 @@ If you want to build a binary by using a Docker container, follow these steps to
72
72
73
73
2. Next, run the following command to build a Docker image, called **openj9**:
3. Start a Docker container from the **openj9** image with the following command, where `-v` maps any directory, `<host_directory>`,
@@ -90,7 +90,7 @@ Now that you have the Docker image running, you are ready to move to the next st
90
90
If you don't want to user Docker, you can still build directly on your Ubuntu system or in a Ubuntu virtual machine. Use the output of the following command like a recipe card to determine the software dependencies that must be installed on the system, plus a few configuration steps.
0 commit comments