This file gives you a few guidelines for installing and running
xfuzzy 1.1. 


* This distribution is composed of the following files and directories:

   -rw-r--r--  2076   README		This file
   drwxr-xr-x  512    ayuda		Directory for help & template files
   drwxr-xr-x  512    ejemplos		Directory for example files
   drwxr-xr-x  512    iconos		Directory for icons and bitmaps
   -rw-r--r--  520520 Xfuzzy.man.ps 	User`s manual (PostScript)
   -rwxr-xr-x  172032 xfuzzy		The application binary file


* Put all the directory structure in a directory available to everyone who 
  wishes to use xfuzzy. For example, if you put it into /usr/local/Xfuzzy:

      $ mkdir /usr/local/Xfuzzy
      $ chmod 755 /usr/local/Xfuzzy
      $ mv Xfuzzy11.tar.Z /usr/local/Xfuzzy
      $ uncompress Xfuzzy11.tar.Z
      $ tar -xvf Xfuzzy11.tar

      
* To run xfuzzy you need the following environment variables set to their
  correspondant values:

    OPENWINHOME=<home-path-for-OpenWindows-files> (usually, /usr/openwin)
    LD_LIBRARY_PATH="$OPENWINHOME"/lib:"$LD_LIBRARY_PATH"
    CAMINO_TRABAJO_XFUZZY=<path-for-your-xfuzzy-working-directory>
    CAMINO_EJECUTABLES_XFUZZY=<path-for-xfuzzy-files-directory>

  Assuming you are using csh, you have installed xfuzzy files in 
  /usr/local/Xfuzzy and you want to use as working directory $HOME/Xfuzzy,
  you must add the following lines to your .cshrc file:

    setenv OPENWINHOME /usr/openwin
    setenv LD_LIBRARY_PATH "$OPENWINHOME"/lib:"$LD_LIBRARY_PATH"
    setenv CAMINO_TRABAJO_XFUZZY $HOME/Xfuzzy
    setenv CAMINO_EJECUTABLES_XFUZZY /usr/local/Xfuzzy


* This distribution of xfuzzy 1.1 includes some examples of use for the
  application. To access them, simply copy the directories under ejemplos
  to your usual xfuzzy working directory (the one identified in the variable
  CAMINO_TRABAJO_XFUZZY) and change the value of the application current 
  directory accordingly, using the Global Parameters menu of the application.
  You can also define CAMINO_TRABAJO_XFUZZY temporarily as the path of the
  ejemplos directory.
