diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 21:18:55 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-16 21:18:55 +0100 |
commit | 113761d6b3b30e7a508c7fdb5ff0a9e1ddc02c95 (patch) | |
tree | 37810a644c5b76c5fc9375d3da84694a508bcbeb | |
parent | 296450a16c110c86c890ef98c2c0da403cf96876 (diff) |
Add dependencies to the README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,13 @@ existing password-management setup. `totp` supports both TOTP secret keys and OTP URIs as input. This means you can also integrate `totp` together with `zbarimg` to generate TOTP codes from scannable QR codes. +## Depdendencies + +`totp` depends on libssl, libcrypto, and liburiparser. You probably already +have the first two. If liburiparser isn’t in your systems repositories, you can +obtain it from [here][1] + + ## Installation Installation is made easy with the provided Makefile: @@ -57,3 +64,6 @@ code. Here is an example of how we can use it to generate a TOTP code from a $ zbarimg -q qr-code.png | sed 's/QR-Code://' | totp 546316 + + +[1]: https://github.com/uriparser/uriparser |