Open stevengit opened 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
try this
arm-linux-gnueabi-gcc -I/usr/include/freetype2 -I/usr/include/libpng16 -c -o ttf.o ttf.c make
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