File: unixtex-7.2-BeOS-src.zip
       Author: Achim Blumensath <blume@corona.oche.de>
      Release: 7.2 BeOS 1 (98/6/8)
Compatibility: R3
     Location: contrib/editors
  Description: TeX/LaTeX, web2c (sources)
        Notes: binaries can be found in `unixtex-7.2-BeOS.zip',
               styles and fonts in `unixtex-7.2-BeOS-lib.zip'

Installation

1. Create directories:

 $ mkdir /boot/apps/GeekGadgets
 $ mkdir /var/tex
 $ mkdir /var/tex/fonts

2. Unpack styles and fonts:

 $ mkdir /boot/apps/GeekGadgets/share
 $ cd /boot/apps/GeekGadgets/share
 $ unzip /any/path/unixtex-7.2-BeOS-lib.zip

3. Configure and Compile:

 $ cd unixtex-7.2
 $ export CC='mwcc -I. -I- -msg nodup -relax_pointers -opt full'
 $ ./configure --prefix=/boot/apps/GeekGadgets --enable-shared ppc-be-beos
 $ make
 $ make install

NOTE: To run configure you need a version of sed which doesn't use alloca().
Otherwise you will get a stack overflow when the file `kpathsea/paths.h' is
created.

4. Setup:

 o Add the following lines to your UserSetupEnvironment:

   export PATH="$PATH":/boot/apps/GeekGadgets/bin
   export LIBRARY_PATH="$LIBRARY_PATH":/boot/apps/GeekGadgets/lib

 o Edit the config files, if needed:

   /boot/apps/GeekGadgets/share/texmf/web2c/texmf.cnf
   /boot/apps/GeekGadgets/share/texmf/web2c/mktex.cnf

 o Build the file database:

   $ mktexlsr

5. Happy TeX'ing...

Achim Blumensath
blume@corona.oche.de