home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / unixtex-6.1b-src.tgz / tar.out / contrib / unixtex / README < prev    next >
Text File  |  1996-09-28  |  3KB  |  74 lines

  1. This directory contains a program that use the kpathsea library for
  2. configuration and path searching, and the library itself.
  3.  
  4. If you are looking for a high-level overview of installing a TeX system
  5. from scratch, try ftp.cs.umb.edu:pub/tex/unixtex.ftp, mirrored on CTAN
  6. sites as /tex-archive/help/unixtex.ftp.  For a list of CTAN sites,
  7. finger ctan_us@ftp.shsu.edu (a list current as of the time of
  8. distribution is in the file FTP).
  9.  
  10. README in each program's subdirectory has an overview of that program.
  11. NEWS in each subdirectory contains noteworthy changes by release.
  12. INSTALL in each subdirectory has detailed instructions.
  13.   kpathsea/INSTALL has information common to all the packages.
  14.   kpathsea/CONFIGURE has information on running the configure script.
  15.  
  16. If you just want to go for it (see kpathsea/INSTALL for explanations and
  17. variations):
  18.     configure
  19.     make
  20.     make install
  21.     make distclean
  22. (In the top-level directory, i.e., the one with this README.)
  23.  
  24. Do not merge different distributions that use kpathsea unless you are
  25. savvy enough to deal with the consequences.  web2c, in particular, uses
  26. a much older version than the drivers (for a patch, see
  27. ftp.cs.umb.edu:pub/tex/kpathsea-2.*.help).
  28.  
  29. The default installation prefix is the parent of the directory
  30. containing the program `tex', or /usr/local. To change it or any other
  31. paths, see kpathsea/INSTALL.
  32.  
  33. The above installs the programs, plus the configuration file texmf.cnf
  34. and all the documentation. To install the libkpathsea.a library itself
  35. and its header files, do
  36.    (cd kpathsea; make install)
  37. before the make distclean.  (configure does not look for an installed
  38. library or header files, since it's virtually always incompatible from
  39. one version to the next.)
  40.  
  41. Please report bugs or suggestions in either the programs
  42. or the documentation, no matter how small, to tex-k@cs.umb.edu.
  43. Please read the `Bugs' section of the kpathsea manual (a copy is in
  44. kpathsea/INSTALL) before submitting bug reports, to avoid wasting
  45. everyone's time.
  46.  
  47. Email tex-k-request@cs.umb.edu with a line containing
  48.     subscribe you@preferred.email.address
  49. in the body of the message to join this mailing list.
  50.  
  51. If you know enough about TeX to be reading this, then you (or perhaps
  52. your institution) should consider joining the TeX Users Group.  (If
  53. you're already a member, great!)  TUG produces the TUGboat periodical,
  54. sponsors an annual meeting and publishes the proceedings, and arranges
  55. TeX courses for all levels of users.  Given funding (which your joining
  56. would help) TUG will sponsor more projects that will benefit the TeX
  57. community, such as a successor to TeX $\pi$.
  58.  
  59. Anyway, here is the address:
  60.  
  61.     TeX Users Group
  62.     P.O. Box 869
  63.     Santa Barbara, CA 93102 USA
  64.     phone: (805) 899-4673
  65.     email: tug@tug.org
  66.  
  67. This is free software.  See the files COPYING* for copying permissions.
  68.  
  69. kb@cs.umb.edu
  70. Member of the League for Programming Freedom -- write lpf@uunet.uu.net.
  71.  
  72. (We begin again. We try. We begin again ... down by ... the muddy river.
  73.  --Laurie Anderson.)
  74.