mikelinux / fbtruetype-android

FBTrueType is a standalone native ARM program for ROOTED Android devices, which renders TrueType text to the device display, using the kernel framebuffer and the freetype2 library.
GNU General Public License v2.0
10 stars 5 forks source link

compile error #5

Open stevengit opened 8 years ago

stevengit commented 8 years ago

arm-linux-gnueabi-gcc -I./include/freetype2 -c -o ttf.o ttf.c ttf.c:20:22: fatal error: ft2build.h: No such file or directory compilation terminated. make: *\ [ttf.o] Error 1

924060929 commented 1 month ago

try this

arm-linux-gnueabi-gcc -I/usr/include/freetype2 -I/usr/include/libpng16  -c -o ttf.o ttf.c
make