Updated readme

This commit is contained in:
Arvinder Bhathal 2017-06-27 13:30:53 -04:00
parent ccd52daaa2
commit 78bb1b3f48
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Compile with baseline:
gcc main.c qdbmp.c -I ./freetype-2.5.1/include -L ./freetype-2.5.1/objs -lfreetype -o baseline
Compile with old:
gcc generate-old-hashes.c bitmap.c murmur3.c -I <old ft dir>/include -L <old ft dir>/objs -lfreetype -o generate-old-hashes
Compile with test:
gcc main-2.c qdbmp.c -I ./freetype-2.8/include -L ./freetype-2.8/objs -lfreetype -o test
Compile with new:
gcc compare-new-to-old.c bitmap.c murmur3.c -I <new ft dir>/include -L <new ft dir>/objs -lfreetype -o compare-new-to-old