因為官方項目沒有相關(guān)的安裝說明,所以在此書寫下編譯安裝過程。
https://github.com/nfc-tools/mfoc/releases 下載最新的版本
wget https://github.com/nfc-tools/mfoc/archive/mfoc-0.10.7.tar.gz
tar zxvf tar zxvf mfoc-0.10.7.tar.gz
cd mfoc-0.10.7
sudo apt-get install libnfc-bin libnfc5 libnfc-dev
autoreconf -vis
./configure
make
sudo checkinstall -D -y --install
到此安裝完成,測試一下
mfoc -h