Re: Trouble installing with make on Ubuntu 20.04 (WSL 2), /bin/sh: 2: ./configure: not found

Alexei Podtelezhnikov <[email protected]> Thu, 2 Dec 2021 10:56:17 -0500
Newsgroups gmane.comp.fonts.freetype.user
Message-ID <CAJU=AjX9O0+6o+jNizUfNrDNAVxu2Z7XZZudUdnLKS-zx-ecjg@mail.gmail.com>
> cd builds/unix; \
>         ./configure
> /bin/sh: 2: ./configure: not found

./autogen.sh, see
https://gitlab.freedesktop.org/freetype/freetype/-/blob/master/docs/INSTALL.UNIX
or https://gitlab.freedesktop.org/freetype/freetype/-/blob/master/README.git

FreeType has good docs worth your time reading.