Skip to content

Commit

Permalink
doc: update HACKING.md build dep instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth authored and rustyrussell committed Nov 17, 2021
1 parent 3210213 commit 1f951a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions doc/HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,10 @@ Build and Development
Install `valgrind` and the python dependencies for best results:

```
sudo apt install valgrind cppcheck shellcheck libsecp256k1-dev
pip3 install --user \
-r requirements.txt \
-r contrib/pyln-client/requirements.txt \
-r contrib/pyln-proto/requirements.txt \
-r contrib/pyln-testing/requirements.txt
sudo apt update
sudo apt install valgrind cppcheck shellcheck libsecp256k1-dev libpq-dev
pip3 install --upgrade pip
pip3 install --user -r requirements.txt
```

Re-run `configure` for the python dependencies and build using `make`.
Expand Down

0 comments on commit 1f951a5

Please sign in to comment.