Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Add installation details to README.md #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ For more information about howto setup keys, certificates and applications see t
- Firefox (Private key of Client certificate in TPM)
- GnuPG using [gnupg-pkcs11-scd](https://github.com/alonbl/gnupg-pkcs11-scd) (PGP key in TPM)

## Build & Install

CMake and Make libraries are needed for (pre-)compilation and building.
They can be installed with the following command:

`apt-get install cmake make`

1. Check out the Git repository `git clone https://github.com/irtimmer/tpm2-pk11.git`
2. Change into project directiory `cd tpm2-pk11/`
3. Create build directory `mkdir build`
4. Change into build directory `cd build/`
5. Execute CMake `cmake ..`
6. Execute Make `make`

## Contribute

1. Fork us
Expand Down