X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=8120641a513f1528b7e8f312b1ba8f496b936539;hb=8ef7933880e6134f51d7bb5d7566b31ca93ee8c7;hp=bf0d97ef769adda0066578c7823a124385785e94;hpb=9ef569791f967c1559b498d8f77a2c42a14be2ed;p=git.git diff --git a/INSTALL b/INSTALL index bf0d97ef7..8120641a5 100644 --- a/INSTALL +++ b/INSTALL @@ -106,6 +106,18 @@ Issues of note: history graphically, and in git-gui. If you don't want gitk or git-gui, you can use NO_TCLTK. + - A gettext library is used by default for localizing Git. The + primary target is GNU libintl, but the Solaris gettext + implementation also works. + + We need a gettext.h on the system for C code, gettext.sh (or + Solaris gettext(1)) for shell scripts, and libintl-perl for Perl + programs. + + Set NO_GETTEXT to disable localization support and make Git only + use English. Under autoconf the configure script will do this + automatically if it can't find libintl on the system. + - Some platform specific issues are dealt with Makefile rules, but depending on your specific installation, you may not have all the libraries/tools needed, or you may have