mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 06:47:46 +01:00
* Renamed eclair-node-javafx module to eclair-node-gui * (build) javafx installer uses project version * (build) Streamlined capsule names * (build) mvn generates installer only with `installer` profile. The windows installer does not need to be created in common cases. Decreases `eclair-node-gui` module building time by ~ 1 min * (readme) updated the `run eclair` commands with the new capsule names
669 B
669 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
To skip the tests, run:
$ mvn package -DskipTests
To generate the windows installer along with the build, run the following command:
$ mvn package -DskipTests -Pinstaller
The generated installer will be located in eclair-node-gui/target/jfx/installer