Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 332 Bytes
  1. Install the custom build of the libfprint, the instructions are inside libfprint\install-before.txt

  2. Compile verify.c and management.c with the commands:

  • gcc management.c -o management -lsqlite3 -lfprint
  • gcc verify.c -o verify -lsqlite3 -lfprint
  1. Create the database: sqlite dababase.db < database.sql

  2. Have fun!