Updated readme
This commit is contained in:
parent
ccd52daaa2
commit
78bb1b3f48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user