From 113761d6b3b30e7a508c7fdb5ff0a9e1ddc02c95 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 16 Nov 2023 21:18:55 +0100 Subject: Add dependencies to the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9cec855..7685c74 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3