I need install git
(v 2.0) on slackware 14. I experience an error during
$ make install prefix=/usr/local
run in the source root:
LINK git-http-fetch
CC http-push.o
http-push.c:17:19: fatal error: expat.h: No such file or directory
#include <expat.h>
^
compilation terminated.
make: *** [http-push.o] Error 1
What is missing for the compilation to proceed?