Skip to content

Commit c5d17cc

Browse files
danielrachi1isaac.asimov
authored andcommitted
Add libpq-dev and docker to the to the list of additional requirements for developers in the Book (sigp#4282)
## Issue Addressed Realized this was missing while discussing sigp#4280 ## Proposed Changes Add an Item to the list of additional requirements for developers.
1 parent edef9f3 commit c5d17cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/src/setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The additional requirements for developers are:
1818
the networking stack.
1919
- [`java 11 runtime`](https://openjdk.java.net/projects/jdk/). 11 is the minimum,
2020
used by web3signer_tests.
21-
21+
- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also know as
22+
`libpq-devel` on some systems.
23+
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.
2224

2325
## Using `make`
2426
Commands to run the test suite are available via the `Makefile` in the

0 commit comments

Comments
 (0)