Skip to content

Commit

Permalink
Add libpq-dev and docker to the to the list of additional require…
Browse files Browse the repository at this point in the history
…ments 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.
  • Loading branch information
danielrachi1 authored and Woodpile37 committed Jan 6, 2024
1 parent 631996e commit a4373dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ The additional requirements for developers are:
the networking stack.
- [`java 11 runtime`](https://openjdk.java.net/projects/jdk/). 11 is the minimum,
used by web3signer_tests.

- [`libpq-dev`](https://www.postgresql.org/docs/devel/libpq.html). Also know as
`libpq-devel` on some systems.
- [`docker`](https://www.docker.com/). Some tests need docker installed and **running**.

## Using `make`
Commands to run the test suite are available via the `Makefile` in the
Expand Down

0 comments on commit a4373dc

Please sign in to comment.