To see available configuration options run:
   ./configure --help=recursive


To install jCubeR just run:
   ./configure --prefix=<install_dir>
   make
   make install

After installing you might add <install_dir>/bin to your path:
   export PATH=$PATH:<install_dir>/bin
or
   setenv PATH=$PATH <install_dir>/bin

"<install_dir>/bin/jcuber-config"  provides a list options for easy usage of 
cube reader library in third party applications. 

To see available options invoke "<install_dir>/bin/jcuber-config --help"


