Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created July 28, 2012 16:49
Show Gist options
  • Save masarugen/3193978 to your computer and use it in GitHub Desktop.
Save masarugen/3193978 to your computer and use it in GitHub Desktop.
# libnfc
wget http://libnfc.googlecode.com/files/libnfc-1.6.0-rc1.tar.gz
tar zxvf libnfc-1.6.0-rc1.tar.gz
cd libnfc-1.6.0-rc1
./configure --with-drivers='all' --enable-doc
make
sudo make install
# ドキュメントの生成
make doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment