From bad184a214d55894dff3bcda749eb40f3c5978f7 Mon Sep 17 00:00:00 2001 From: Julien Vermillard Date: Tue, 14 Jan 2025 09:23:52 +0100 Subject: [PATCH] Update README Debian dependecies for sclite-dev Add the dev dependency in place of the library, because we are compiling --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 30667b5..9aab52a 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ Download source and run Required packages (Debian) -* libpcsclite1 - for PC/SC access to token +* libpcsclite-dev - for PC/SC access to token * libusb-1.0-0-dev - for CT-API access to token (--enable-ctapi) * libssl-dev - for public key crypto support (from OpenSSL) * libcurl4-openssl-dev - for RAMOverHTTP support (--enable-ram)