2017-06-28 04:46:56 -04:00
2015-12-14 07:02:56 +01:00
2017-06-27 20:29:10 -04:00
2017-06-27 20:29:10 -04:00
2017-06-27 20:29:10 -04:00
2017-06-28 04:46:56 -04:00
2017-06-27 20:29:10 -04:00
2017-06-27 20:29:10 -04:00
2017-06-27 20:29:10 -04:00
2017-06-27 20:29:10 -04:00
2017-06-28 04:46:56 -04:00

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

For consolidated gen.c:
gcc gen.c bitmap.c murmur3.c -I/usr/local/include/freetype2/ -lfreetype -o gen
./genc <base ft.so dir> <test ft.so dir> <font dir> <char size>
Description
Mirrored via gitea-mirror
Readme 34 MiB
Languages
C 93.2%
Makefile 2.1%
Python 1.8%
DIGITAL Command Language 0.8%
M4 0.6%
Other 1.4%