mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
doc: Nix{,OS} build instructions
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
parent
17aaa1d235
commit
8aee38162c
@ -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…
Reference in New Issue
Block a user