diff --git a/BUILD.md b/BUILD.md index 4261381bd..21524a3f7 100644 --- a/BUILD.md +++ b/BUILD.md @@ -9,7 +9,7 @@ ## Build Eclair is packaged as a compressed archive with a launcher script, the archives are built deterministically -so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts +so it's possible to reproduce the build and verify its equality byte-by-byte. To build the exact same artifacts that we release, you must use the build environment (OS, JDK, maven...) that we specify in our release notes. To build the project and run the tests, simply run: @@ -18,6 +18,8 @@ To build the project and run the tests, simply run: mvn package ``` +NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running. + ### Other build options To skip all tests, run: