虚拟机Ubuntu环境下安装libnfc1.7.1

匿名 (未验证) 提交于 2019-12-02 22:56:40

虚拟机Ubuntu环境下安装libnfc1.7.1个人记录

1.虚拟机联网:
network――options――ipv4设置――添加

2.命令行安装libnfc以及各种库:
$ sudo apt-get install libusb-dev libpcsclite-dev libusb-0.1-4 libpcsclite1 libccid pcscd dh-autoreconf
$ git clone https://github.com/nfc-tools/libnfc.git
$ cd libnfc
libnfc$ git checkout libnfc-1.7.1
libnfc$ git clean -d -f -x
libnfc$ #rm …/libnfc*.deb
libnfc$ git remote|grep -q anonscm||git remote add anonscm git://anonscm.debian.org/collab-maint/libnfc.git
――――――anonscm.debian.org地址已改变,还未找到新地址
――――――以下几句语句全部失败
――――――git remote可查看现有几个仓库
libnfc$ git fetch anonscm
libnfc$ git checkout remotes/anonscm/master debian
libnfc$ git reset
libnfc$ dpkg-buildpackage -uc -us -b

libnfc$ cd
$ tar -xvjf libnfc-1.7.1.tar.bz2
――――――解压失败,显示找不到压缩包,因此直接手动解压
$ cd libnfc1.7.1
libnfc1.7.1$ ./configure --with-drivers=pn532_uart
libnfc1.7.1$ make clean
――――――切记make clean
libnfc1.7.1$ make
libnfc1.7.1$ make install

3.当前进展:
未接入pn532,未找到debian新地址,测试nfc-list失败
当前已有仓库origin和anonscm

――――――吐槽
是否一定要用anonscm
libnfc官方文档一点不与时俱进
linux相关书籍好贵,pdf版本也好贵

4.参考:
Libnfc-NFC Tools
论坛博客
该博客基本未参考,但涉及后续pn532操作

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!