xpdf 1.01

概要:

URL: http://www.foolabs.com/xpdf/

URL (日本語):

ダウンロード先: ftp://ftp.foolabs.com/pub/xpdf/

% tar -zxvf xpdf-1.01.tar.gz
% cd xpdf-1.01
% ./configure --with-gzip \
              --with-t1-library=/usr/local/lib \
              --with-t1-includes=/usr/local/include \
              --with-freetype2-library=/usr/local/lib \
              --with-freetype2-includes=/usr/local/include/freetype2
% vi xpdf/Makefile (日本語に対応させる)
  20: CXXFLAGS = -g -O2 -DJAPANESE_SUPPORT -DHAVE_CONFIG_H 
      -I.. -I$(GOOSRCDIR) -I$(LTKSRCDIR) -I$(srcdir)  -I/usr/openwin/include  
      -I/usr/local/include/freetype2  -I/usr/local/include
% make
# make install