试图从源代码安装git,它会继续引发错误:
make install
* new build flags or prefix
CC credential-store.o
In file included from credential-store.c:1:
In file included from ./cache.h:8:
./gettext.h:17:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
^
1 error generated.
make: *** [credential-store.o] Error 1
Run Code Online (Sandbox Code Playgroud)
在lib.intl.h上没有任何谷歌搜索结果.什么是这个难以捉摸的库,我怎样才能得到它以便我最终可以安装git?