README
======================================================================

OVERVIEW
--------
NXdir is a utility for querying a NeXus file about its contents. Full
documentation can be found by running "nxdir -h".

INSTALLATION
------------
To compile on Linux:

1) Edit "Makefile" to suit your environment
2) Type "make"

To compile on MAC OSX:

1) Edit "Makefile" to suit your environment. Specifically add
"-flat_namespace" to "LD_FLAGS" "-D__unix" to "C_FLAGS".
2) Type "make"

To compile on IRIX:

1) Edit "Makefile" to suit your environment
2) Type "make"
