Error building Rack on Ubuntu 18.04

Getting this error (I’m not Linux at all):

No rule to make target ‘nanovg/example/stb_image_write.h’, needed by ‘include/nanovg.h’

Any hints?

Thanks!

Make sure submodules are up to date with git submodule update. Then remove dep/include/nanovg.h and run make dep.

Even no folder dep/include there …
The only nanovg.h is in dep/nanovg/source

Tried that (now deleted by you) - but it didn’t work …

Are you following https://vcvrack.com/manual/Building.html?

Everything is fine now - I didn’t see that:

sudo apt install git gdb curl cmake libx11-dev libglu1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev zlib1g-dev libasound2-dev libgtk2.0-dev libjack-jackd2-dev jq

Thanks a lot and sorry for wasting your time!