libnfc is the first free NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.
libnfc is the first free NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone.
To install libnfc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libnfc
To see what files were installed by libnfc, run:
port contents libnfc
To later upgrade libnfc, run:
sudo port selfupdate && sudo port upgrade libnfc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.