1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/BUILD.md
2017-03-17 19:07:29 +01:00

498 B

Building Eclair

Requirements

Build

To build the project, simply run:

$ mvn package

or

$ mvn package -DskipTests

To generate the windows installer:

$ mvn jfx:native