From 509a14b44b229c44c33ad7f096ad1ad2d2c48729 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 14 May 2024 01:38:56 +0200 Subject: [PATCH] vicc: updated install guide for MacOSX fixes https://github.com/frankmorgner/vsmartcard/issues/210 --- virtualsmartcard/doc/README.txt.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/virtualsmartcard/doc/README.txt.in b/virtualsmartcard/doc/README.txt.in index 68b067ca..eba8f39c 100644 --- a/virtualsmartcard/doc/README.txt.in +++ b/virtualsmartcard/doc/README.txt.in @@ -129,8 +129,15 @@ Mac OS X 10.10 (and later) ships with a proprietary implementation of the PC/SC layer instead of with PCSC-Lite. As far as we know, this means that smart card readers must be USB devices instead of directly allowing a more generic type of reader. To make |vpcd| work we simply configure it to pretend being a USB smart -card reader with an :file:`Info.plist`:: +card reader with an :file:`Info.plist`. Also, macOS 13 (and later) seem to be +incompatible with the distribution's :file:`configure` script which is +generated on Linux. As workaround, check out the source code from Github and +generate it by hand via autotools. The complete installation procedure looks +like this:: + git clone https://github.com/frankmorgner/vsmartcard.git + cd vsmartcard/virtualsmartcard + autoreconf -vis ./configure --enable-infoplist make make install