본문 바로가기
Study/Linux

Unbuntu xpdf 버그 수정

by 재현아비 2012. 10. 19.
반응형

I have instead compiled xpdf 3.03 (not 3.02) from source as follows:
Remove all xpdf packages.
sudo apt-get install lesstif2-dev

wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz
tar xzf xpdf-3.03.tar.gz
cd xpdf-3.03

Dowload the file to xpdf-3.03 folder

xpdf3.03Viewer.patch



patch < xpdf3.03Viewer.patch
./configure --with-freetype2-library=/usr/lib/x86_64-linux-gnu/ --with-freetype2-includes=/usr/include/freetype2
make
sudo make install

반응형