CentOSでのインストール

http://qpdf.sourceforge.net/ からソースをダウンロード。 あらかじめ

yum install pcre pcre-devel

しておく。 あとは簡単に

./configure
make
make install

Mac (Lion) でのインストール

http://www.pcre.org/ からPCREをもらってきてソースからコンパイル,インストールしておく。

qpdfのコンパイルでエラーが出た。よくわからないが https://trac.macports.org/ticket/34384 に従って qpdf-2.3.1/libqpdf/PCRE.cc の147行目あたり

this->nbackrefs = pcre_info(this->code, 0, 0);

pcre_fullinfo(this->code, 0, PCRE_INFO_CAPTURECOUNT, &(this->nbackrefs)); 

にした。


Last-modified: 2012-06-23 (土) 17:49:11 (3550d)