kali2016.1上搭建acr122u環境

看了不少相關文章,最後總結下做了什麼,能夠識別acr122u設備運行nfc相關工具的。


apt-get install -y debhelper libtool
apt-get install libusb-dev
git clone https://github.com/nfc-tools/libnfc.git
cd libnfc
git checkout libnfc-1.7.1
git clean -d -f -x
#rm ../libnfc*.deb
git remote|grep -q anonscm||git remote add anonscm git://anonscm.debian.org/collab-maint/libnfc.git
git fetch anonscm
git checkout remotes/anonscm/master debian
git reset
dpkg-buildpackage -uc -us -b

試試是否成功:nfc-list

好像少了點什麼 下次再確認

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章