From 3eaa0e314419f26c5ea216718806013733e47d8e Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 1 Oct 2022 12:42:27 -0400 Subject: [PATCH] v1.4.0: updated desktop build documentation with a better JDK link --- docs/getting-started-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-desktop.md b/docs/getting-started-desktop.md index e81d9147e..47d1319e4 100644 --- a/docs/getting-started-desktop.md +++ b/docs/getting-started-desktop.md @@ -1,7 +1,7 @@ ## Quick Setup If you merely wish to build the game from source, or make small personal changes to the code, then the project can be built with minimal setup: -- Ensure a [JDK (Java Development Kit)](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html) is installed on your computer. (Java 8 is recommended) +- Ensure a [JDK (Java Development Kit)](https://www.oracle.com/java/technologies/downloads/#java11) is installed on your computer. (Minimum Java 11, which is the version Android Studio uses) - Copy the code by pressing the 'clone or download' button and then 'Download ZIP'. Unzip the downloaded zip to any directory on your computer you like. - or optionally use version control (see full setup for details). - Open a command prompt from the project's root folder and type `./gradlew desktop:debug` to run the game in debug mode.