Skip to content

Commit

Permalink
nixos install: tweaks to get CLN building from fresh start
Browse files Browse the repository at this point in the history
Needed to change a few things to get CLN building on a fresh NixOS
box.

Ideally we'd move this over to a flake.nix for devshell etc.
  • Loading branch information
niftynei authored and rustyrussell committed Aug 16, 2023
1 parent e0f97ca commit a9ffa37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/getting-started/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,10 @@ Use nix-shell launch a shell with a full Core Lightning dev environment:

```shell
$ nix-shell -Q -p gdb sqlite autoconf git clang libtool sqlite autoconf \
autogen automake libsodium 'python3.withPackages (p: [p.bitcoinlib])' \
valgrind --run make
autogen automake gmp zlib gettext libsodium poetry 'python3.withPackages (p: [p.bitcoinlib])' \
valgrind --run "./configure && poetry shell"
$ poetry install
$ make
```

## To Build on macOS
Expand Down

0 comments on commit a9ffa37

Please sign in to comment.