-
Install the custom build of the libfprint, the instructions are inside libfprint\install-before.txt
-
Compile verify.c and management.c with the commands:
- gcc management.c -o management -lsqlite3 -lfprint
- gcc verify.c -o verify -lsqlite3 -lfprint
-
Create the database: sqlite dababase.db < database.sql
-
Have fun!