mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-23 22:46:44 +01:00
498 B
498 B
Building Eclair
Requirements
- Java Development Kit 1.8+
- Maven 3.3.x
- Inno Setup 5.5.9 (optional, if you want to generate the windows installer)
Build
To build the project, simply run:
$ mvn package
or
$ mvn package -DskipTests
To generate the windows installer:
$ mvn jfx:native