尝试从源代码进行 git 的 make install ,它不断出现错误:
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
在 lib.intl.h 上没有多少谷歌搜索出现过任何东西。这个难以捉摸的库是什么,我怎样才能得到它才能最终安装 git?