As of a while now, trying to build (I've only tried ubuntu 22.10 but that's probably not relevant) from a fresh clone will fail.
I managed to get it to work thus:
clone
git submodule init
rm -rf ./graphengine/*
git submodule update
It seems there are files inside that folder coming through on cloning zimg, and that's preventing git from cloning the submodule, causing the whole thing to fail to build.
As of a while now, trying to build (I've only tried ubuntu 22.10 but that's probably not relevant) from a fresh clone will fail.
I managed to get it to work thus:
It seems there are files inside that folder coming through on cloning zimg, and that's preventing git from cloning the submodule, causing the whole thing to fail to build.