mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
doc: Nix{,OS} build instructions
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
17aaa1d235
commit
8aee38162c
1 changed files with 13 additions and 0 deletions
|
@ -86,3 +86,16 @@ Running lightning:
|
|||
$ ./lightningd/lightningd &
|
||||
$ ./cli/lightning-cli help
|
||||
```
|
||||
|
||||
To Build on Nix{,OS}
|
||||
--------------------
|
||||
|
||||
Untested on MacOS/Windows/Other Linux. Works on NixOS.
|
||||
|
||||
Use nix-shell launch a shell with a full clightning dev environment:
|
||||
|
||||
```
|
||||
$ nix-shell -Q -p gdb sqlite autoconf git clang libtool gmp sqlite autoconf \
|
||||
autogen automake 'python3.withPackages (p: [p.bitcoinlib])' \
|
||||
valgrind asciidoc --run make
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue