Add pcscd instructions for FreeBSD and OpenBSD

This commit is contained in:
VlkrS
2022-12-31 17:34:07 +01:00
committed by vlkrs
parent 082a4f976c
commit 093a35733f
+22 -1
View File
@@ -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