Olá, estou com este erro ao executar o comando usando a sequencia orientada:
sudo make install
GIT_VERSION = 1.8.3.1
* new build flags
CC credential-store.o
In file included from /usr/include/unistd.h:25,
from git-compat-util.h:97,
from cache.h:4,
from credential-store.c:1:
/usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
| ^~~~~~~
In file included from credential-store.c:1:
cache.h:19:10: fatal error: zlib.h: No such file or directory
19 | #include <zlib.h>
| ^~~~~~~~
compilation terminated.
make: *** [Makefile:1947: credential-store.o] Error 1
Puderem ajudar, agradeço.