Could someone post a video or text step-by-step of installing this (on a debian-based system), please?
I did make && makeinstall makefile, from a Terminal launched inside the main folder (which contains the makefile). But it didn't install.
At first I got
../../JuceModules/modules/juce_gui_basics/juce_gui_basics.h:326:12: fatal error: X11/Xlib.h: No such file or directory
326 | #include <X11/Xlib.h>
So I did
sudo apt install libx11-dev
But then did make makeinstall again I got
../../JuceModules/modules/juce_gui_basics/juce_gui_basics.h:338:13: fatal error: X11/extensions/Xrandr.h: No such file or directory
338 | #include <X11/extensions/Xrandr.h>
So I installed that with
sudo apt install libxrandr-dev
And tried to make && makeinstall but it just Errored with another unmet dependency.
Statistics: Posted by samplz — Tue Jul 23, 2024 1:23 pm