GP-1242: Updating JDK download links

This commit is contained in:
Ryan Kurtz
2021-08-24 11:33:38 -04:00
parent dc8c5f5a47
commit 4bfb1d53dd
3 changed files with 7 additions and 7 deletions

View File

@@ -30,11 +30,11 @@ This guide includes instructions for obtaining many of these at the relevant ste
You may not need all of these, depending on which portions you are building or developing. You may not need all of these, depending on which portions you are building or developing.
#### At minimum you will need all of the following #### At minimum you will need all of the following
* Java JDK 11 (64-bit) - Free long term support (LTS) versions of JDK 11 are provided by: * Java JDK 11 (64-bit) - Free long term support (LTS) versions of JDK 11 are provided by:
- AdoptOpenJDK - Adoptium Temurin
- https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot - https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot
- Amazon Corretto - Amazon Corretto
- https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html - https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
* Gradle 6.0 or later - We use version 6.9, and tested with up to 7.0.1. * Gradle 6 or 7
- https://gradle.org/releases/ - https://gradle.org/releases/
* A C/C++ compiler - We use GCC on Linux, Xcode (Clang) on macOS, and Visual Studio (2017 or later) on Windows. * A C/C++ compiler - We use GCC on Linux, Xcode (Clang) on macOS, and Visual Studio (2017 or later) on Windows.
- https://gcc.gnu.org/ - https://gcc.gnu.org/

View File

@@ -86,8 +86,8 @@ Ghidra team if you have a specific need.</p></blockquote>
<li>Free long term support (LTS) versions of JDK 11 are provided by:</li> <li>Free long term support (LTS) versions of JDK 11 are provided by:</li>
<ul> <ul>
<li> <li>
<a href="https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot"> <a href="https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot">
AdoptOpenJDK</a> Adoptium Temurin</a>
</li> </li>
<li> <li>
<a href="https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html"> <a href="https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html">

View File

@@ -38,7 +38,7 @@ To create the latest development build for your platform from this source reposi
##### Install build tools: ##### Install build tools:
* [JDK 11 64-bit][jdk11] * [JDK 11 64-bit][jdk11]
* [Gradle][gradle] (minimum v6.0) * [Gradle 6 or 7][gradle]
* make, gcc, and g++ (Linux/macOS-only) * make, gcc, and g++ (Linux/macOS-only)
* [Microsoft Visual Studio][vs] (Windows-only) * [Microsoft Visual Studio][vs] (Windows-only)
@@ -109,7 +109,7 @@ source project.
[devguide]: DevGuide.md [devguide]: DevGuide.md
[career]: https://www.intelligencecareers.gov/nsa [career]: https://www.intelligencecareers.gov/nsa
[project]: https://www.ghidra-sre.org/ [project]: https://www.ghidra-sre.org/
[jdk11]: https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot [jdk11]: https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot
[gradle]: https://gradle.org/releases/ [gradle]: https://gradle.org/releases/
[vs]: https://visualstudio.microsoft.com/vs/community/ [vs]: https://visualstudio.microsoft.com/vs/community/
[eclipse]: https://www.eclipse.org/downloads/packages/ [eclipse]: https://www.eclipse.org/downloads/packages/