From 093a35733f9cccf3e234c793568dd52a4699d94e Mon Sep 17 00:00:00 2001 From: VlkrS <47375452+VlkrS@users.noreply.github.com> Date: Sat, 31 Dec 2022 17:34:07 +0100 Subject: [PATCH] Add pcscd instructions for FreeBSD and OpenBSD --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94268b2..a2b19d8 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,33 @@ Help from new packagers is very welcome. ### Linux, BSD, etc. On non-Windows, non-macOS systems, you need to ensure that the `pcscd` service -is installed and running. On Debian or Ubuntu, you can do this with: +is installed and running. + +#### Debian or Ubuntu ``` $ sudo apt-get install pcscd ``` +#### OpenBSD + +As ```root``` do: + +``` +$ pkg_add pcsc-lite +$ rcctl enable pcscd +$ rcctl start pcscd +``` + +#### FreeBSD + +As ```root``` do: +``` +$ pkg install pcsc-lite +$ service pcscd enable +$ service pcscd start +``` + ### Windows Subsystem for Linux (WSL) WSL does not currently provide native support for USB devices. However, Windows