Cabbage Logo
Back to Cabbage Site

Can't build projucer

Dear community,
I have a ubuntu 18.04 system. Before building cabbage, I tried to build projucer.
I went to the directory ~/JUCE-5.3.2/extras/Projucer/Builds/LinuxMakefile and typed make
Unfortunately I got the message

In file included from …/…/…/…/modules/juce_core/juce_core.cpp:175:0,
from …/…/JuceLibraryCode/include_juce_core.cpp:9:
…/…/…/…/modules/juce_core/zip/juce_GZIPDecompressorInputStream.cpp:48:12: fatal error: zlib/zlib.h: No such file or directory
#include “zlib/zlib.h”
^~~~~~~~~~~~~
compilation terminated.
Does someone know what I could do?
Thanks for Your help.
Stefan

It looks like you are missing zlib-dev. You can install it using apt install.