diff options
Diffstat (limited to 'p11p-daemon/README.md')
-rw-r--r-- | p11p-daemon/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p11p-daemon/README.md b/p11p-daemon/README.md index 0dc38aa..a5e4cea 100644 --- a/p11p-daemon/README.md +++ b/p11p-daemon/README.md @@ -1,5 +1,16 @@ # p11p is a PKCS #11 proxy +## Install dependencies + +### p11-kit + + $ git clone https://github.com/p11-glue/p11-kit && cd p11-kit + $ sh autogen.sh && ./configure + $ make + $ sudo make install + +Tested with commit 787888e1 (2019-06-19). + ## Compile If you don't have rebar3 installed, install it. See |