home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / tex / muugtalk / INSTALL.bin < prev    next >
Text File  |  1996-06-03  |  7KB  |  156 lines

  1. ===========================================================================
  2.  
  3.     teTeX-0.3.3 installation instructions (using precompiled binaries)
  4.  
  5. ===========================================================================
  6.  
  7.     1) getting the archives
  8.     2) unpack the files with install.sh or manually:
  9.       a) run install.sh
  10.           b) manual installation
  11.     A) appendix: overview about the files in this distribution
  12.  
  13. ===========================================================================
  14.  1) getting the archives
  15. ===========================================================================
  16.  
  17. Get the files that you think that you may need. For an overview about
  18. the distribution, see appendix A.
  19.  
  20. Put the files either all into one common directory, or keep the given
  21. structure.
  22.  
  23. NOTE: if you do not want to recompile the binaries, you do not need to
  24.       download the content of the source directory.
  25.  
  26. ===========================================================================
  27.  ftp example:
  28. ===========================================================================
  29.  
  30. # mkdir binaries base doc fonts
  31. # ftp sunsite.informatik.rwth-aachen.de
  32. ftp> cd /pub/comp/tex/teTeX/distrib
  33. ftp> bin
  34. ftp> prompt
  35. ftp> mget install.sh base doc fonts binaries/i486-linux.tar.gz
  36. ftp> quit
  37.  
  38. ===========================================================================
  39.  2a) run install.sh
  40. ===========================================================================
  41. To run install.sh, you need a sh compatible shell that knows the feature
  42. of shell functions. /bin/sh is ok on most systems, but on Ultrix, you
  43. cannot use /bin/sh. Use /bin/sh5 or bash instead. Then run the install.sh
  44. script with that shell.
  45.  
  46. Example 1:
  47.     /bin/sh install.sh
  48.  
  49. Example 2: (Ultrix)
  50.     /bin/sh5 install.sh
  51.  
  52. ===========================================================================
  53.  2b) manual installation
  54. ===========================================================================
  55.   - the archives will unpack into a subdirectory teTeX so you do not need
  56.     to create a new subdirectory by hand.
  57.   - cd to the directory where you want to have the teTeX installation, e.g.
  58.     /usr/local:
  59.     cd /usr/local
  60.   - set your umask to 0 to unpack with the correct permissions (or use
  61.     the 'p' flag of tar, but this does not work with some broken tar versions)
  62.   - unpack the archives you want to install (including binaries):
  63.         gzip -dc tetex-base.tar.gz | tar -xvf -
  64.         gzip -dc latex-base.tar.gz | tar -xvf -
  65.         ...
  66.    - you may optionally rename the teTeX directory. Example:
  67.     mv teTeX TeX
  68.   - optionally move the binaries one level up and remove the empty
  69.     subdirectory, if you only want to use teTeX on one platform.
  70.     Example:
  71.     cd teTeX/bin/i486-linux
  72.     mv * ..
  73.     cd ..
  74.     rmdir i486-linux
  75.     You need to adjust the texmf.cnf file, too. See the README in teTeX/bin
  76.     and edit teTeX/texmf.cnf:
  77.     more README
  78.     vi ../texmf.cnf
  79.    - make sure, the binaries are found along your PATH. Either create
  80.      symlinks to a standard directory or change your PATH. Example:
  81.     symlinks:
  82.         ln -s /usr/local/teTeX/bin/i486-linux/* /usr/local/bin
  83.         PATH change sh/ksh/bash:
  84.         PATH=/usr/local/teTeX/bin/i486-linux:$PATH; export PATH
  85.         PATH change csh/tcsh:
  86.         setenv PATH /usr/local/teTeX/bin/i486-linux:$PATH
  87.     - run texhash and texconfig and change what you need:
  88.     texhash
  89.     texconfig
  90.     You are done!
  91.  
  92. ===========================================================================
  93.  A) appendix: overview about the files in this distribution
  94. ===========================================================================
  95.  
  96. The installation script:
  97.   install.sh
  98.  
  99. The packages that contain the binaries:
  100.  
  101.   filename                            platform
  102.   --------------------------------------------------------------------------
  103.   binaries/i486-linux.tar.gz          Linux on Intel (ELF)
  104.   binaries/i486-linuxaout.tar.gz      Linux on Intel (a.out)
  105.   binaries/m68k-linuxoldld.tar.gz     Linux on Motorola 68k (a.out)
  106.   binaries/m68k-linux.tar.gz          Linux on Motorola 68k (ELF)
  107.   binaries/mips-irix5.3.tar.gz        SGI Indigo
  108.   binaries/mips-ultrix4.4.tar.gz      Mips ULTRIX systems
  109.   binaries/rs6000-aix3.2.tar.gz       IBM RS6000
  110.   binaries/sparc-solaris2.4.tar.gz    SUN sparc Solaris2.4
  111.   binaries/sparc-sunos4.1.3.tar.gz    SUN sparc SunOS4.1.3
  112.   binaries/alpha-osf2.0.tar.gz        DEC OSF/1 V2.0 Alpha
  113.   binaries/alpha-osf3.2.tar.gz        DEC OSF/1 V3.2 Alpha-AXP
  114.   binaries/hppa1.1-hpux9.01.tar.gz    HP-UX 9.01 9000/710
  115.  
  116.   filename                            content
  117.   --------------------------------------------------------------------------
  118.   base/tetex-base.tar.gz              a very basic TeX system
  119.   base/latex-base.tar.gz              a small LaTeX system, needs tetex-base
  120.  
  121.   filename                            content
  122.   --------------------------------------------------------------------------
  123.   goodies/latex-extra.tar.gz          a lot of extra packages for LaTeX
  124.   goodies/bibtex.tar.gz               a tool to make a bibliography for (La)TeX
  125.   goodies/amstex.tar.gz               more mathematics for TeX
  126.   goodies/pictex.tar.gz               portable pictures with (La)TeX
  127.   goodies/xtexsh.tar.gz               a small development environment
  128.  
  129.   filename                            documentation
  130.   --------------------------------------------------------------------------
  131.   doc/general-doc.tar.gz              TeX-FAQ, ftp locations, TDS, ...
  132.   doc/kpathsea-doc.tar.gz             search library used by TeX and friends
  133.   doc/ams-doc.tar.gz                  d. about AMS fonts, AMSLaTeX and AMSTeX
  134.   doc/babel-doc.tar.gz                d. about the babel system
  135.   doc/bibtex-doc.tar.gz               d. about the bibtex program
  136.   doc/eplain-doc.tar.gz               extended plain format
  137.   doc/fontname-doc.tar.gz             File names for TeX fonts (Karl Berry)
  138.   doc/dcfonts-doc.tar.gz              d. about DC fonts
  139.   doc/oldgerman-doc.tar.gz            d. about old german fonts
  140.   doc/german-doc.tar.gz               some documentation in german language
  141.   doc/latex-doc.tar.gz                much documentation about LaTeX
  142.   doc/makeindex-doc.tar.gz            a general purpose index formater
  143.   doc/texdraw-doc.tar.gz              d. about the texdraw macros
  144.  
  145.   filename                            fonts
  146.   --------------------------------------------------------------------------
  147.   fonts/urw-fonts.tar.gz              PostScript fonts from URW
  148.   fonts/adobe-fonts.tar.gz            PostScript fonts from Adobe
  149.   fonts/bitstrea-fonts.tar.gz         charter fonts (from Bitstream)
  150.   fonts/ams-fonts.tar.gz              AMS fonts
  151.   fonts/dc-fonts.tar.gz               DC fonts
  152.   fonts/gothic-fonts.tar.gz           old german fonts
  153.   fonts/pandora-fonts.tar.gz          pandora fonts
  154.   fonts/wasy-fonts.tar.gz             WASY symbol font
  155.   fonts/concrete-fonts.tar.gz         concrete fonts
  156.