To install the PICA library follow the next steps:

1. Copy the files PICA.dll, PICA.lib and PICA.exp, found in the directory DEBUG, to you project
directory or to some directory that is in PATH

2. PUT the directory PICA containing .h files in our project's directory or in PATH, as above.

3. Insert at the top of your files
#include "PICA/pica.h"
or
#include <PICA/pica.h>

depending on where you have them.

4. Link it against PICA.lib (put in Project->Settings->Link and add it to Project/library modules)
