Skip to content

Instantly share code, notes, and snippets.

@maxgfr
Last active December 2, 2022 22:17
Show Gist options
  • Save maxgfr/2cfe4e78245bb1b476615013df065099 to your computer and use it in GitHub Desktop.
Save maxgfr/2cfe4e78245bb1b476615013df065099 to your computer and use it in GitHub Desktop.
How to configure libnfc ACS ACR122U on Mac OS X ?

Configure libnfc ACS ACR122U on Mac OS X

git clone https://github.com/nfc-tools/libnfc.git
cd libnfc 
autoreconf -is 
./configure --with-drivers=acr122_pcsc
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment