Add installation instructions for Fedora Linux

Add entries in the README to get the PC/SC dependency ready under
Fedora.
This commit is contained in:
Pierre Prinetti
2023-06-21 16:22:51 +02:00
parent acc783d0d3
commit 7c512d283c
+2
View File
@@ -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:<br>`pkg_add pcsc-lite ccid`<br>`rcctl enable pcscd`<br>`rcctl start pcscd` |
| FreeBSD | As ```root``` do:<br>`pkg install pcsc-lite libccid`<br>`service pcscd enable`<br>`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)