home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / git-4.3 / git-4 / git-4.3.7 / README < prev   
Encoding:
Text File  |  1995-07-10  |  3.5 KB  |  86 lines

  1.             GNU Interactive Tools 4.3.7
  2.             ***************************
  3.  
  4. This file documents the install steps that are specific to the GIT package:
  5.  
  6.  
  7.   1.    The GIT package uses the 'configure' script to  guess  your  system
  8.     features.  The  'configure' script  was  generated  from  the  file
  9.     configure.in (available in the package) using the autoconf  utility
  10.     version 1.11. To install the GIT package just type:
  11.         ./configure
  12.         make
  13.         make info    // don't bother if it fails
  14.         make install
  15.     The configure script first check for the termcap  library.  If  the
  16.     termcap library is  not  found, some  terminfo  libraries  will  be
  17.     searched: ncurses, curses, termlib, tinfo, terminfo. If you want to
  18.     change this default behavior and  search  for  terminfo  libraries
  19.     before searching the termcap library, run
  20.         ./configure --enable-terminfo
  21.     instead of
  22.         ./configure
  23.  
  24.     For more information about the 'configure' script please read the
  25.     INSTALL file in this directory.
  26.  
  27.   2.    There are many configuration files in GIT:
  28.     a.    .gitrc.generic - generic configuration file
  29.     b.    .gitrc.console - Linux console configuration file
  30.     c.    .gitrc.vt100   - vt100 configuration file
  31.     d.    .gitrc.vt102   - vt102 configuration file (same as vt100)
  32.     e.    .gitrc.xterm   - xterm configuration file
  33.     f.    .gitrc.hpterm  - hpterm configuration file
  34.     g.    .gitrc.aixterm - aixpterm configuration file
  35.     h.    .gitrc.vtty    - vtty configuration file (thix)
  36.  
  37.     When  git/gitps/gitview  are  started, they  search  a  file  named
  38.     .gitrc.TERM   first   in   the  home  directory  and  then  in  the
  39.     $(prefix)/lib directory (usually /usr/local/lib) (see INSTALL).
  40.     (TERM is the value of your 'TERM' environment variable, e.g. vt102.
  41.     If TERM=vt102, your configuration file should be .gitrc.vt102). The
  42.     package contains many predefined configuration  files  but, if  you
  43.     are using a different terminal type then  you  can  easy  create  a
  44.     configuration file for it  renaming / modifying  one  of  them. Put
  45.     a suitable configuration file in your home directory if you want to
  46.     overwrite the default configuration  file.  If  you  don't  have  a
  47.     configuration file for your terminal, .gitrc.generic will be used.
  48.     If  your  terminal  supports  standard  ANSI  color  sequences, set
  49.     AnsiColorSequences  to  ON  in  the [Setup] section of .gitrc.TERM.
  50.     Otherwise, AnsiColorSequences should be OFF.
  51.  
  52.   3.    Make the directories  /mnt/fd0  and  /mnt/fd1  (for mounting floppy
  53.     disks with gitmount (an auto-mount script). This is for  Linux,  on
  54.     other systems might be different.
  55.  
  56.   4.    Read the  .gitrc.TERM  files to  find  out  how  to configure GIT's
  57.     colors, keys ...
  58.  
  59.   5.    If you are using termcap and your system has a huge  termcap  data-
  60.     base, copy the descriptions of your terminal(s) in a file  and  put
  61.     that file into your home directory. After  that, set  your  TERMCAP
  62.     environment variable to point to it. If your login name is mike and
  63.     the file  you  have  just  created  is  .termcap, you  must  append
  64.     something like this to your .profile :
  65.  
  66.     TERMCAP=/home/mike/.termcap
  67.  
  68.     This will speed up GIT at startup.
  69.  
  70.     If you are using terminfo, don't bother.
  71.  
  72.   6.    In  order  to  be  able  to  read the Info documentation you should
  73.     append  the  git.dir  file  (found in  the  package)  to  the  file
  74.     /usr/info/dir (this works for Linux; on other systems the main Info
  75.     directory could be different). This is *NOT* done by 'make install'.
  76.  
  77.   7.    Read the man page or the info documentation.
  78.  
  79.  
  80.  
  81. Good luck !
  82.                         Tudor & Andi
  83.  
  84. ---------------------------------------------------------------------------
  85. Please send bug reports to tudor@chang.pub.ro
  86.