From da415657df44a3e1ffbf82c9c313a8a287d8f7a1 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 29 Jun 2021 23:19:23 +0200 Subject: [PATCH] Add new dependencies to `CONTRIBUTING.md` --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d34367f33..4b9455b8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,8 @@ cargo make manpage To run `install` or `publish`, you'll need the package `binaryen` in the version `wasm-opt --version` > 97, for it's command `wasm-opt`. +To run `test`, you will need the package `pkg-config` and a version of `openssl`. + ## Running the end-to-end tests Zellij includes some end to end tests which test the whole application as a black-box from the outside. These tests work by running a docker container which contains the Zellij binary, connecting to it via ssh, sending some commands and comparing the output received against predefined snapshots.