Basic Installation
==================

   These are generic installation instructions.

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type

  2. Type `make' to compile the package.

  3. Type ./WMAnsiEd to run the editor
   
  4. Copy the WMAnsiEd executable to /usr/bin/ or any directory that's 
     in your execution path. You can remove the program binaries and 
     object files from the source code directory by typing `make clean'.  

