Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 767 Bytes

BUILD.md

File metadata and controls

25 lines (23 loc) · 767 Bytes

Building Eclair

Requirements

Build

To build the project, simply run:

$ mvn install

To skip the tests, run:

$ mvn install -DskipTests

To only build the eclair-node module

$ mvn install -pl eclair-node -am -DskipTests

To generate the windows installer along with the build, run the following command:

$ mvn install -DskipTests -Pinstaller

The generated installer will be located in eclair-node-gui/target/jfx/installer