1
0
mirror of https://github.com/rd235/cado synced 2024-12-26 14:03:07 +01:00

Mention prequisite libraries in README

This commit is contained in:
tzugen 2022-06-04 11:14:24 +02:00 committed by GitHub
parent 942ec59c61
commit 0d4a2f6f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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).
## 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