Problem with projucer header file ft2build on linux

So basically whenever I try to build my projucer project, it says
In file included from ../../JuceLibraryCode/include_juce_graphics.cpp:9:0: /home/jason/Downloads/JUCE/modules/juce_graphics/juce_graphics.cpp:98:12: fatal error: ft2build.h: No such file or directory #include <ft2build.h>
I added the header search paths to the configurations but it still says that ft2build is not found.

Have you installed the freetype package? sudo apt-get install libfreetype6-dev

1 Like