Merge pull request #6 from tzugen/patch-1

Mention prequisite libraries in README
This commit is contained in:
Renzo Davoli 2022-06-04 12:37:48 +02:00 committed by GitHub
commit a3ff38e826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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). Cado is more selective than sudo, users can be authorized to have only specific capabilities (and not others).
## Install ## Install
Install prerequisite libraries:
get the source code, from the root of the source tree run:
$ 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 $ mkdir build
$ cd build $ cd build