
  PCRE INSTALLATION
  -----------------

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

  For easily building PCRE-based applications have a look at the pcre-config
  script which you then can find under /path/to/pcre/bin/.
  
