
hfsutils - tools for reading and writing Macintosh HFS volumes
Copyright (C) 1996 Robert Leslie

===============================================================================

Instructions for installing this package:

  0. Ensure that you have Tcl 7.4 and Tk 4.0 (or later versions) installed
     on your system.

  1. Edit the Makefile. You should only have to edit the first section.

     - DESTDIR should be set to the directory root where files will
       eventually reside. Files will be installed into bin, man, lib, and
       include subdirectories from this root.

     - If you need to install files into a different location from where
       they will eventually reside, change INSTDIR.

     - If you want to install the HFS library and include file (for
       developers that want to write programs using the library), uncomment
       the LIBINST and INCINST definitions. Otherwise only the user programs
       will be installed.

     - Make sure the right includes and libraries are selected to compile
       with X, Tcl, and Tk.

  2. Type: make depend; make

  3. (Optional) Test the programs before they are installed.

  4. Type: make install

  5. (Optional) Type: make clean

===============================================================================

Files that are installed:

  Command-line programs
    * hmount: introduce new HFS volumes
    * hformat: initialize a new HFS volume
    * hvol: display volumes or select a "mounted" volume as current
    * hcd: change current working HFS directory
    * hpwd: display current HFS directory
    * hdir: display directory contents
    * hcat: dump data (or -r resource) fork of HFS file to stdout

  Tcl shell interpreters
    * hfssh: Tcl interpreter with HFS extensions

  Tcl/Tk programs
    * hfs: Tcl shell for interactive HFS functions
    * xhfs: X-based graphical interface for browsing/copying HFS files

  Headers/Libraries (Optional)
    * libhfs.a: C library for low-level HFS access
    * hfs.h: C include for HFS library

===============================================================================

