Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 245 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 245 Bytes

ReadNFCcc

Fork of https://code.google.com/p/readnfccc/

Requirements

  • libNFC 1.6

Build

  • Using cmake(recommended):
cmake .
make
  • Using gcc on command-line
gcc readnfccc.c -lnfc -o readnfccc