Installing aXe ver 5.00 in Linux
--------------------------------

1. Uncompress (with gzip) and tar the file aXe-5.00.tar.z:

   gzip -dc aXe-5.00.tar.z

2. Go to aXe-5.0 directory.

3. Install axe, coaxe and poleaxe in your binaries directory (/usr/bin/X11
   or whatever):

   install -c axe /usr/bin/X11
   install -c coaxe /usr/bin/X11
   (set -x;ln -s /usr/bin/X11/coaxe /usr/bin/X11/faxe)
   (set -x;ln -s /usr/bin/X11/coaxe /usr/bin/X11/poleaxe)


4. Install the man files:

   install -c -m 444 axe.1 /usr/man/man1
   install -c -m 444 FileNom /usr/man/man3

5. Install the help files and the defaults in the lib directory:

   install -c axe.help.gnrl /usr/lib/X11
   install -c axe.help.bind /usr/lib/X11
   install -c axe.help.cust /usr/lib/X11
   install -c axe.help.pops /usr/lib/X11
   install -c axe.help.chng /usr/lib/X11
   install -c axe.help.extn /usr/lib/X11
   install -c axe.tcl       /usr/lib/X11
   install -c -m 444 Axe.ad /usr/lib/X11/app-defaults/Axe

6. Enjoy!.

Mario Guerra
mguerra@gimli.ucr.cr

   