Merge pull request #3682 from guggero/docs-make-check

docs: bitcoind is required for unit tests
This commit is contained in:
Olaoluwa Osuntokun 2019-11-06 16:00:22 -08:00 committed by GitHub
commit 0fbcc3b2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -158,6 +158,9 @@ To check that `lnd` was installed properly run the following command:
make check
```
This command requires `bitcoind` (almost any version should do) to be available
in the system's `$PATH` variable. Otherwise some of the tests will fail.
# Available Backend Operating Modes
In order to run, `lnd` requires, that the user specify a chain backend. At the

View File

@ -9,6 +9,10 @@ make check
make install
```
The command `make check` requires `bitcoind` (almost any version should do) to
be available in the system's `$PATH` variable. Otherwise some of the tests will
fail.
Developers
==========