mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 18:10:42 +01:00
432 B
432 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