From 46365c14c67c487305c6fa1367d6ffa35d4a4cb3 Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Chiquillo Date: Tue, 30 May 2023 06:15:54 +0000 Subject: [PATCH] Add `libpq-dev` and `docker` to the to the list of additional requirements for developers in the Book (#4282) ## Issue Addressed Realized this was missing while discussing #4280 ## Proposed Changes Add an Item to the list of additional requirements for developers. --- book/src/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/src/setup.md b/book/src/setup.md index 62580ac1bea..ea3c5664ac6 100644 --- a/book/src/setup.md +++ b/book/src/setup.md @@ -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