1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-29 15:51:17 +00:00

Update README.md - java 8 required (fixes #127) (#128)

ref: 61e45362ab
This commit is contained in:
Catfriend1 2018-11-23 08:40:17 +01:00 committed by GitHub
parent 76948f0a8f
commit 7201568c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ The project is translated on [Transifex](https://www.transifex.com/projects/p/sy
`Make sure, Python is installed and available on the PATH environment variable.`
- Git (for Linux) or Git for Windows
`Make sure, git (or git.exe) is installed and available on the PATH environment variable. If Git is not found on the PATH environment variable, build-syncthing.py will automatically try to download and setup MinGit 2.19.0-x64 on the PATH.`
- Java Version 8 (you might need to set `$JAVA_HOME` accordingly)
### Build instructions