
REQUIREMENTS:
  PIIC is distributed as a tarball providing the program binary,
  reduction procedures, and Data Associated Files (DAFs). Requirements are:
    - a 64 bits Linux environment with GLIBC>=2.14 and GLIBCXX>=3.4.21,
    - the gtk2 runtime libraries. They should be available for your OS with
      e.g.
        dnf install gtk2              # Fedora (or redhat-like distributions)
        sudo apt install libgtk2.0-0  # Ubuntu (or debian-like distributions)

INSTALLATION:
  Put those 3 lines in your ~/.bash_profile
    export GAG_ROOT_DIR=<installpath>/piic-exe-nov25a
    export GAG_EXEC_SYSTEM=x86_64-generic
    source $GAG_ROOT_DIR/etc/bash_profile

DOCUMENTATION:
  See full documentation in doc/pdf/piic.pdf
