我正在尝试使用ACR-122U NFC读卡器,我从一个干净的Opensuse安装开始。我拿到了c/c++模式包,并验证了我有
- pcsclite 1.8.3或以上
- libusb 1.0.8或更高版本
- 柔性
- perl
- pkg配置
在下面链接的PC/SC驱动程序包的Readme中调用
http://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/
当我尝试运行./configure
时,我得到以下结果
...
checking for stdint.h... yes
checking for unistd.h... yes
checking ifdhandler.h usability... no
checking ifdhandler.h presence... no
checking for ifdhandler.h... no
configure: error: install pcsc-lite 1.8.3 or later, or use ./configure PCSC_CFLAGS=...
运行zypper info pcsc-lite
产量:
Reading installed packages...
Information for package pcsc-lite:
Repository: openSUSE-13.2-Update
Name: pcsc-lite
Version: 1.8.11-4.4.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 138.6 KiB
Summary: PCSC Smart Cards Library
你知道怎么了吗?
Derp,我需要pcsc-lite-devel
包。
我需要ubuntu 18.04 上的libpcsclite-dev