From ccdc9abda38e41e1519c011fb10d6fd89bd53e42 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 15 Nov 2019 09:33:59 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e281e4..d33d31d9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,21 @@ Unciv is developed with LibGDX, which supports desktop. However, it's difficult enough for me to handle one release cycle (on Google Play), so I'm not planning on creating a second release cycle for desktop. -If you really want to, you could install Android Studio and build it yourself :) +If you have Java 8, there are JARs in the Releases which you can run with `java -jar ` + +If you also have JDK 8 installed, you can compile Unciv on your own by cloning (or downloading and unzipping) the project, opening a terminal in the Unciv folder and run the following commands: + +### Windows + +Running: `gradlew desktop:run` +Building: `gradlew desktop:dist` + +### Linux/Mac OS + +Running: `./gradlew desktop:run` +Building: `./gradlew desktop:dist` + +For actual development, you'll probably need to download Android Studio and build it yourself - see Contributing :) ## How can I learn to play? Where's the wiki?