Add pcscd instructions for FreeBSD and OpenBSD
This commit is contained in:
@@ -21,12 +21,33 @@ Help from new packagers is very welcome.
|
|||||||
### Linux, BSD, etc.
|
### Linux, BSD, etc.
|
||||||
|
|
||||||
On non-Windows, non-macOS systems, you need to ensure that the `pcscd` service
|
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
|
$ 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)
|
### Windows Subsystem for Linux (WSL)
|
||||||
|
|
||||||
WSL does not currently provide native support for USB devices. However, Windows
|
WSL does not currently provide native support for USB devices. However, Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user