Clone this repository https://github.com/juce-framework/JUCE#
point the JUCE_DIR variable to the location of your local JUCE remote
sudo apt update
sudo apt install -y
libgtk-3-dev
libwebkit2gtk-4.1-dev
libasound2-dev
libx11-dev
libxinerama-dev
libxrandr-dev
libxcursor-dev
libfreetype-dev
cd to this projects directory
mkdir Builds
cd Builds
cmake ..
cmake -DCMAKE_CXX_FLAGS="$(pkg-config --cflags gtk+-3.0)" .
cmake -DCMAKE_CXX_FLAGS="$(pkg-config --cflags webkit2gtk-4.1)" .
cmake --build .
cd SimpleEQ_artefacts/Standalone
./SimpleEQ