From 54b22028da55341f5456eadc4301fbedcd2065d9 Mon Sep 17 00:00:00 2001 From: Simon Frei Date: Mon, 19 Nov 2018 22:17:27 +0100 Subject: [PATCH] Mention java version 8 as dependency (#1243) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7405fe75..19b4bd96 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ The project is translated on [Transifex](https://www.transifex.com/projects/p/sy - Android SDK (you can skip this if you are using Android Studio) - Android NDK (`$ANDROID_NDK_HOME` should point at the root directory of your NDK) - Go (see [here](https://docs.syncthing.net/dev/building.html#prerequisites) for the required version) +- Java Version 8 (you might need to set `$JAVA_HOME` accordingly) ### Build instructions