home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Text / tex / teTeX / distrib / INSTALL.bin < prev    next >
Encoding:
Text File  |  1996-08-31  |  7.7 KB  |  174 lines

  1. ===========================================================================
  2.  
  3.     teTeX-0.4 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. If starting from nil, and you do not wish to recompile the binaries,
  18. approximately the following sequence of commands will get the files you
  19. need to install teTeX (replace /usr/local/temp with any temporal directory
  20. where you have enough free space):
  21.  
  22. # mkdir /usr/local/temp
  23. # cd /usr/local/temp
  24. # mkdir binaries base doc fonts
  25. # ftp sunsite.informatik.rwth-aachen.de [substitute the archive nearest to you]
  26. ftp> cd /pub/comp/tex/teTeX/distrib     [modify as needed for the given archive]
  27. ftp> bin
  28. ftp> dir binaries
  29. ftp> prompt
  30. ftp> mget install.sh base doc fonts binaries/i386-linux.tar.gz
  31. ftp> quit
  32.  
  33. You should look at the output of the "dir binaries" command and substitute
  34. the appropriate file(s) in place of "i386-linux.tar.gz".
  35.  
  36. When you are done with the installation (below), you may go back and delete
  37. the contents of /usr/local/temp.
  38.  
  39. ===========================================================================
  40.  2a) run install.sh
  41. ===========================================================================
  42. To run install.sh, you need a sh compatible shell that knows the feature
  43. of shell functions. /bin/sh is ok on most systems, but on Ultrix, you
  44. cannot use /bin/sh. Use /bin/sh5 or bash instead. Then run the install.sh
  45. script with that shell. Similar with AIX-4.x.y: there you can use /bin/bsh
  46. instead of /bin/sh (which is the korn shell on these systems :-(
  47.  
  48. Example 1:
  49.     /bin/sh install.sh
  50.  
  51. Example 2: (Ultrix)
  52.     /bin/sh5 install.sh
  53.  
  54. Example 3: (AIX-4)
  55.     /bin/bsh install.sh
  56.  
  57. ===========================================================================
  58.  2b) manual installation
  59. ===========================================================================
  60.   - the archives will unpack into a subdirectory teTeX so you do not need
  61.     to create a new subdirectory by hand.
  62.   - cd to the directory where you want to have the teTeX installation, e.g.
  63.     /usr/local:
  64.     cd /usr/local
  65.   - set your umask to 0 to unpack with the correct permissions (or use
  66.     the 'p' flag of tar, but this does not work with some broken tar versions)
  67.   - unpack the archives you want to install (including binaries):
  68.         gzip -dc tetex-base.tar.gz | tar -xvf -
  69.         gzip -dc latex-base.tar.gz | tar -xvf -
  70.         ...
  71.    - you may optionally rename the teTeX directory. Example:
  72.     mv teTeX TeX
  73.   - optionally move the binaries one level up and remove the empty
  74.     subdirectory, if you only want to use teTeX on one platform.
  75.     Example:
  76.     cd teTeX/bin/i386-linux
  77.     mv * ..
  78.     cd ..
  79.     rmdir i386-linux
  80.     You need to adjust the texmf.cnf file, too. See the README in teTeX/bin
  81.     and edit teTeX/texmf.cnf:
  82.     more README
  83.     vi ../texmf.cnf
  84.    - make sure, the binaries are found along your PATH. Either create
  85.      symlinks to a standard directory or change your PATH. Example:
  86.     symlinks:
  87.         ln -s /usr/local/teTeX/bin/i386-linux/* /usr/local/bin
  88.         PATH change sh/ksh/bash:
  89.         PATH=/usr/local/teTeX/bin/i386-linux:$PATH; export PATH
  90.         PATH change csh/tcsh:
  91.         setenv PATH /usr/local/teTeX/bin/i386-linux:$PATH
  92.     - run texhash and texconfig and change what you need:
  93.     texhash
  94.     texconfig
  95.     You are done!
  96.  
  97. ===========================================================================
  98.  A) appendix: overview about the files in this distribution
  99. ===========================================================================
  100.  
  101. The installation script:
  102.   install.sh
  103.  
  104. The packages that contain the binaries:
  105.  
  106.   filename                platform
  107.   --------------------------------------------------------------------------
  108.   binaries/alpha-linux.tar.gz           DEC Alpha/Linux
  109.   binaries/alpha-osf3.2.tar.gz        DEC Alpha/Digital Unix 3.2
  110.   binaries/alpha-osf4.0.tar.gz          DEC Alpha/Digital Unix 4.0
  111.   binaries/c1-bsd.tar.gz                Convex C-110
  112.   binaries/c2-bsd.tar.gz                Convex C-210
  113.   binaries/hppa-nextstep3.tar.gz        HPPA/NEXTSTEP 3
  114.   binaries/hppa1.1-hpux10.tar.gz    HPPA/HP-UX 10.xx
  115.   binaries/hppa1.1-hpux9.tar.gz         HPPA/HP-UX 9.xx
  116.   binaries/i386-freebsd2.1.5.tar.gz    Intel x86/FreeBSD 2.1.5
  117.   binaries/i386-linux.tar.gz        Intel x86/Linux (ELF)
  118.   binaries/i386-linuxaout.tar.gz    Intel x86/Linux (a.out)
  119.   binaries/i386-nextstep3.tar.gz        Intel x86/NEXTSTEP 3
  120.   binaries/i386-solaris2.5.tar.gz       Intel x86/Solaris2.5
  121.   binaries/m68k-hpux9.tar.gz        HP 400/HP-UX 9.xx
  122.   binaries/m68k-nextstep3.tar.gz        Motorola 68k/NEXTSTEP 3
  123.   binaries/mab-nextstep3.tar.gz        NEXTSTEP (NeXT,Intel,HP-PA,SPARC)
  124.   binaries/mips-irix5.3.tar.gz        SGI Irix 5.3
  125.   binaries/mips-irix6.2.tar.gz          SGI Irix 6.2
  126.   binaries/mips-ultrix4.3.tar.gz    Mips/Ultrix 4.3
  127.   binaries/rs6000-aix4.1.4.tar.gz    IBM RS6000 AIX 4.1.4
  128.   binaries/rs6000-aix4.2.0.tar.gz       IBM RS6000 AIX 4.2.0
  129.   binaries/sparc-nextstep3.tar.gz    SUN Sparc/NEXTSTEP 3
  130.   binaries/sparc-solaris2.4.tar.gz    SUN Sparc/Solaris 2.4
  131.   binaries/sparc-solaris2.5.tar.gz    SUN Sparc/Solaris 2.5
  132.   binaries/sparc-sunos4.1.3.tar.gz    SUN Sparc/SunOS 4.1.3
  133.  
  134.  
  135.   filename                            content
  136.   --------------------------------------------------------------------------
  137.   base/latex-base.tar.gz              a basic LaTeX system, needs tetex-base
  138.   base/tetex-base.tar.gz              a basic TeX system
  139.  
  140.   filename                            content
  141.   --------------------------------------------------------------------------
  142.   goodies/amstex.tar.gz               more mathematics for TeX
  143.   goodies/bibtex.tar.gz               a tool to make a bibliography for (La)TeX
  144.   goodies/eplain.tar.gz               expanded plain TeX
  145.   goodies/latex-extra.tar.gz          a lot of extra packages for LaTeX
  146.   goodies/metapost.tar.gz             the MetaPost system
  147.   goodies/pictex.tar.gz               portable pictures with (La)TeX
  148.   goodies/pstricks.tar.gz             PostScript macros for generic TeX
  149.   goodies/texdraw.tar.gz              PostScript drawings for TeX
  150.   goodies/xypic.tar.gz                typesetting graphs and diagrams in TeX
  151.  
  152.   filename                            documentation
  153.   --------------------------------------------------------------------------
  154.   doc/ams-doc.tar.gz                  d. about AMS fonts, AMSLaTeX and AMSTeX
  155.   doc/bibtex-doc.tar.gz               d. about the bibtex program
  156.   doc/eplain-doc.tar.gz               d. for the expanded plain format
  157.   doc/fonts-doc.tar.gz                font related documentation
  158.   doc/general-doc.tar.gz              TeX-FAQ, ftp locations, TDS, ...
  159.   doc/generic-doc.tar.gz              d. for macros usable with several
  160.                                       TeX formats, e.g. babel, xypic, texdraw.
  161.   doc/latex-doc.tar.gz                much documentation about LaTeX
  162.   doc/makeindex-doc.tar.gz            a general purpose index formater
  163.   doc/metapost-doc.tar.gz             d. about MetaPost
  164.   doc/programs-doc.tar.gz             Kpathsea, dvipsk, makeinfo, texinfo
  165.  
  166.   filename                            fonts
  167.   --------------------------------------------------------------------------
  168.   fonts/ams-fonts.tar.gz              AMS-fonts
  169.   fonts/dc-fonts.tar.gz               DC-fonts
  170.   fonts/misc-fonts.tar.gz             bbm, bbold, concrete, gothic,
  171.                                       pandora, rsfs, stmary, wasy
  172.   fonts/postscript-fonts.tar.gz       PostScript fonts (Adobe, Bitstream)
  173.   fonts/sauter-fonts.tar.gz           sauter fonts
  174.