
           README for EZFM-0.4

1. What is EZFM?

     EZFM is a filemanager for unix and the X window system. It is
     based on the EZ widget and graphics library (EZWGL).

2. What you need to run EZWFM.

     EZFM is an EZWGL application, it runs under the X window system
     environment.  You need to have X and EZWGL-1.41 installed.  Unless
     of course, you downloaded a statically linked binary.

3. What you need to compile EZFM?

    The standard X11 development environment and EZWGL-1.41. EZWGL-1.41
    is available from
        http://www.ma.utexas.edu/~mzou/EZWGL

4. Compile and Install

   1. Get EZWGL-1.40b from http://www.ma.utexas.edu/~mzou/EZWGL
      unpack the src in this directory; change to directory EZWGL-1.41,
      compile and install EZWGL. If problem arises, see the instructions
      that comes with the src.

   2. change directory to EZFM-0.4, issue the command 'make'. That
      should compile ezfm. To install EZFM, first edit the first
      few lines in Makefile to setting suitable for you, then issue the
      command 'make install'.

      Installation copy the following files
	     /usr/local/bin/ezfm
	     /usr/local/lib/ezfm/ezfmrc
	     /usr/local/lib/ezfm/ezfmMagic
	     /usr/local/lib/ezfmIcons/*
	     /usr/local/man/man1/ezfm.1

 == After Installation (Linux systems) ===

   You'll probabily need to modify your /etc/fstab in order to make
   automatic mounting/umounting removable devices work. Part of my
   /etc/fstab is
#
# ------- So normal user can mount/umount removable devices------
#
/dev/hdc      /cdrom     iso9660  user,noauto,ro,exec,unhide
/dev/fd0      /floppy    msdos    user,noauto,rw
/dev/hdb4     /zip       msdos    user,noauto,rw
#
/dev/fd0      /floppy2   ext2     user,noauto,rw,exec
/dev/hdb4     /zip2      ext2     user,noauto,rw,exec
#
# make sure the mounting points /cdrom /floppy ... are of mode 1777
#  (chmod 1777 /cdrom) ...
#-------------------------------------------------------------


5. Credits
   
   The file-type-magic-classification code is modified from <Ian F. Darwin>'s
   'file' package. See LEAGAL.NOTICE in libfile for details.


=== Good Luck!





