Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 528 Bytes

BUILD.md

File metadata and controls

25 lines (17 loc) · 528 Bytes

Building

eclair-cli is a Kotlin Native command-line application. It runs on various desktop platforms, including linux, macOS and windows.

Build

You should start by cloning the repository locally:

git clone [email protected]:ACINQ/eclair-cli.git
cd eclair-cli

To build the project library and execute tests, you can run:

./gradlew build

You can then execute the built application:

./build/bin/native/releaseExecutable/eclair-cli.kexe