   _____  __
  / _ \ \/ /
 |  __/>  < 
  \___/_/\_\
               
  OSSP ex - Exception Handling Library

  INSTALLATION

  To install OSSP ex into /path/to/ex/ perform
  the following steps in your shell:
      
    $ ./configure --prefix=/path/to/ex
    $ make
    $ make check
    $ make install

