Skip to content

Commit

Permalink
v2.4.0: fixed outdated java version in desktop quick setup
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Apr 23, 2024
1 parent 34a68ff commit ddd2b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-desktop.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(Last Updated December 2022)
(Last Updated March 2024)

# 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/downloads/#java11) is installed on your computer. (Minimum Java 11, which is the version Android Studio uses)
- Ensure a [JDK (Java Development Kit)](https://www.oracle.com/java/technologies/downloads/#java17) is installed on your computer. (Java 17 is recommended, which is the version Android Studio currently uses)
- Copy the code by pressing the green 'code' button on [this repository's main page](https://github.com/00-Evan/shattered-pixel-dungeon), 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.
Expand Down

0 comments on commit ddd2b2f

Please sign in to comment.