From 0d4a2f6f43837c97e6fec01950c42bdd8809ae59 Mon Sep 17 00:00:00 2001 From: tzugen <67737443+tzugen@users.noreply.github.com> Date: Sat, 4 Jun 2022 11:14:24 +0200 Subject: [PATCH] Mention prequisite libraries in README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 175ba5c..caab5ea 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,11 @@ specific (ambient) capabilities. Cado is more selective than sudo, users can be authorized to have only specific capabilities (and not others). ## Install - -get the source code, from the root of the source tree run: +Install prerequisite libraries: + + $ sudo apt install libpam0g-dev libcap-dev libmhash-dev libexecs-dev + +Get the source code, from the root of the source tree run: ``` $ mkdir build $ cd build