Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created December 15, 2017 21:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wbotelhos/dbf29f26c7c08d55fafd911bab6c682d to your computer and use it in GitHub Desktop.
Save wbotelhos/dbf29f26c7c08d55fafd911bab6c682d to your computer and use it in GitHub Desktop.
How install fprint on Mac OSX
brew install libusb
brew install libusb-compat
brew install openssl
brew install libcrypto
brew install glib

wget https://downloads.sourceforge.net/project/fprint/libfprint/v0.0.6/libfprint-0.0.6.tar.bz2
tar -xjf libfprint-0.0.6.tar.bz2
cd libfprint-0.0.6

PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig ./configure --prefix=/usr
sudo make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment