   ____  _        
  / ___|| |_ _ __ 
  \___ \| __| '__|
   ___) | |_| |   
  |____/ \__|_|   
                
  OSSP str - String Handling                 

  INSTALL

  To install the Str library into /path/to/str/{bin,lib,include,man}/ perform
  the following steps in your shell:
      
    $ ./configure --prefix=/path/to/str
    $ make
    $ make test
    $ make install

  This installs at least a static variant of the Str library and when your
  platforms support it, also a shared library variant of the Str library.

