summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-06-29 23:19:23 +0200
committera-kenji <aks.kenji@protonmail.com>2021-06-29 23:19:23 +0200
commitda415657df44a3e1ffbf82c9c313a8a287d8f7a1 (patch)
tree5bad6192b3fc0ac28bd130e8d833a55a01802e88 /CONTRIBUTING.md
parent3313634fe969a69925a5d32445ba14a5f79e5d87 (diff)
Add new dependencies to `CONTRIBUTING.md`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
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.