sekrit-twc / zimg

Scaling, colorspace conversion, and dithering library
Do What The F*ck You Want To Public License
405 stars 77 forks source link

graphengine submodule bug #185

Closed adrian-sal-kennedy closed 1 year ago

adrian-sal-kennedy commented 2 years ago

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.

sekrit-twc commented 2 years ago

Works for me on Ubuntu 22.04:

$ git clone https://github.com/sekrit-twc/zimg.git
$ cd zimg
$ git submodule update --init --recursive
$ ./autogen.sh
$ ./configure
$ make