Comment 30 for bug 657031

Revision history for this message
anarsoul (anarsoul) wrote :

@Zeth:

You can compile it manually (but don't install it into the system, wait for someone who can make ppa with this lib)

sudo apt-get install build-essential libusb-1.0-0-dev
cd ~
git clone git://github.com/anarsoul/libfprint.git
cd libfprint
./configure --enable-debug-log
make all
cd examples
./enroll # Check if enroll works, may need sudo
./verify # Check if verify works, may need sudo

It would be nice if someone can make ppa with this lib...