mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-16 23:48:08 +02:00
Updated readme
This commit is contained in:
parent
ccd52daaa2
commit
78bb1b3f48
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue