Quick Start
-----------
1. Make sure you have all necessary software available:
   automake autoconf libtool gzip gcc g++ curl libbz2 ...
   Note: on solaris make sure f77 is not on your PATH
2. Make sure you have installed ROOT and set:
   ROOTSYS=/path/to/root
   if you want to build the online version, set
   GDSBUILD=online
   if you want to build the offline version, set
   GDSBUILD=offline
   if you want to utilize libs in the lscsoft repository
   (e.g. FrameL, metaio, and fftw3):
   source /opt/lscsoft/lscsoft-user-env.(c)sh
   otherwise, these libs will be build in the DMT.
3. ./bootstrap
4. ./configure --prefix=/path/to/install
5. make
6. make install
