mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-29 17:28:16 +02:00
read-only mirror of https://gitlab.freedesktop.org/freetype/freetype
| .gitignore | ||
| .mailmap | ||
| bitmap.c | ||
| bitmap.h | ||
| compare-new-to-old.c | ||
| generate-old-hashes.c | ||
| index.html | ||
| murmur3.c | ||
| murmur3.h | ||
| readme.txt | ||
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 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