1. HOW TO BUILD AND INSTALL PDFTOOPVP

"pdftoopvp" depends on cups and lcms (litttle cms) library.
Install this libraries.
before building and installing "pdftoopvp".
Sources of poppler (version 0.8.2 or later) is also needed.
You have to download the poppler source tree.

After downloading and extracting the poppler source tree, change the current
directory to <popplersrc> where the top directory of poppler source tree is
 <popplersrc>.
Apply the patch "poppler-ext.patch".
$ patch -p1 < poppler-ext.patch
Apply the color management patch "cms-081124.patch".
$ patch -p1 < cms-081124.patch
 
 and follow the step below;

$ ./configure --prefix=/usr --sysconfdir=/etc
$ make

After making , change the current directory to the
top directory of "pdftopdf" source tree, and follow the steps below;
(<popplersrc> must be the full path)

$ autoreconf --install
$ ./configure --prefix=/usr --sysconfdir=/etc --with-poppler-source=<popplersrc>
$ make
$ su -c "make install"


Poppler source tree will be needless to make pdftoopvp, 
if poppler becomes version 0.12.X.
I hope not to need the color management patch then.
