X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=INSTALL;h=8120641a513f1528b7e8f312b1ba8f496b936539;hb=05c65cb1161f232c65b186d6d6eb3bce9c6a0924;hp=bf0d97ef769adda0066578c7823a124385785e94;hpb=3b425656a469722d9c45b7c88e0e01a9cd8c0fd3;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