Quick installation instructions for Xray::Scattering

Do these three steps at the command line:

   perl Build.PL
   ./Build
   sudo ./Build install

If you are on a system that uses root, you should become root before
doing the last step, then simply type

  ./Build install

The first step will warn you if you have any missing dependencies.  If
you obtained this from the SVN repository, then you will find a script
called "install_prereqs" in the directory above this one.  Running it
will install all the missing pre-requisites, including the
Module::Build, which is used to build and install this module.


BR (26 December, 2007)