From 7c512d283c99b817609bceec271bd459857b0e8a Mon Sep 17 00:00:00 2001 From: Pierre Prinetti Date: Wed, 21 Jun 2023 16:22:51 +0200 Subject: [PATCH] Add installation instructions for Fedora Linux Add entries in the README to get the PC/SC dependency ready under Fedora. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 152066a..45d4a10 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ is installed and running. | Environment | CLI command | |-------------|-------------| | Debian or Ubuntu | `sudo apt-get install pcscd` | +| Fedora | `sudo dnf install pcsc-lite` | | OpenBSD | As ```root``` do:
`pkg_add pcsc-lite ccid`
`rcctl enable pcscd`
`rcctl start pcscd` | | FreeBSD | As ```root``` do:
`pkg install pcsc-lite libccid`
`service pcscd enable`
`service pcscd start` | @@ -34,6 +35,7 @@ compiled. | Environment | CLI command | |-------------|-------------| | Debian or Ubuntu | `sudo apt-get install libpcsclite-dev` | +| Fedora | `sudo dnf install pcsc-lite-devel` | ### Windows Subsystem for Linux (WSL)