Installation instructions
-------------------------

If you are compiling the PML library in the camiTK framework, please make
sure that this directory is inside the camiTK directory (and/or the
camiTK_DIR is defined properly)

If you are compiling the PML library as a standalone or outside the
camiTK framework, you have to set the camiTK_DIR variable properly in
CMakeLists.txt of this directory.
It is designed to be the installation directory, i.e. the
directory camiTK_DIR have to have the following subdirectories:
- $camiTK_DIR/lib where the lib will be created
- $camiTK_DIR/bin where any binaries will be created
- $camiTK_DIR/include where the include file will be copied 
  when make install is called.

If camiTK_DIR is not defined, it is automatically (or
shoudl be anyway!) set to the build dir.
