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:
parent
fa050da12c
commit
d16fe045cc
2 changed files with 2 additions and 2 deletions
2
BUILD.md
2
BUILD.md
|
@ -1,7 +1,7 @@
|
||||||
# Building Eclair
|
# Building Eclair
|
||||||
|
|
||||||
## Requirements
|
## 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
|
- [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)
|
- [Inno Setup](http://www.jrsoftware.org/isdl.php) 5.5.9 (optional, if you want to generate the windows installer)
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ Just use the windows installer, it should create a shortcut on your desktop.
|
||||||
|
|
||||||
#### Linux, MacOs or manual install on Windows
|
#### 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:
|
Then just grab the latest fat jar and run:
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Add table
Reference in a new issue