1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00

clarify that we only support java 1.8, not 1.9 (closes #47)

This commit is contained in:
pm47 2017-03-26 14:08:04 +02:00
parent fa050da12c
commit d16fe045cc
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Building Eclair
## Requirements
- [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) 1.8+
- [Java Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) 1.8
- [Maven](https://maven.apache.org/download.cgi) 3.3.x
- [Inno Setup](http://www.jrsoftware.org/isdl.php) 5.5.9 (optional, if you want to generate the windows installer)

View file

@ -55,7 +55,7 @@ Just use the windows installer, it should create a shortcut on your desktop.
#### Linux, MacOs or manual install on Windows
You need to first install java, more precisely a JRE 1.8+.
You need to first install java, more precisely a JRE 1.8.
Then just grab the latest fat jar and run:
```shell