1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 10:39:19 +01:00
eclair/BUILD.md
Fabrice Drouin 12a80afd03
Mention Docker in our build instructions (fixes #669) (#685)
Mention Docker in our build instructions (fixes #669)
2018-09-03 18:03:40 +02:00

1.0 KiB

Building Eclair

Requirements

Build

To build the project, simply run:

$ mvn install

Other build options

If you don't have Docker you can skip tests that depend on it:

$ mvn install -DexcludedGroups=fr.acinq.eclair.blockchain.electrum.DockerTest

To skip all 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