Hi! I decided to give Juce another try, this time in Ubuntu. I could create a standalone plugin, but I run into trouble trying to follow the Juce vst tutorial. I cannot compile the plugin.
Compiling include_juce_graphics.cpp
In file included from ../../JuceLibraryCode/include_juce_graphics.cpp:8:
.../Juce/modules/juce_graphics/juce_graphics.cpp:92:12: fatal error: ft2build.h: No such file or directory
92 | #include <ft2build.h>
| ^~~~~~~~~~~~
compilation terminated.
libfreetype6-dev is installed, and I can actually find the ft2build.h file in /usr/include/freetype2/.
Sadly I don’t understand much about makefiles, plus any fix I could do in it, would get overwritten after any edit in projucer. How does one fix this issue? Many thanks in advance