Skip to content

PolicyReporter/xpdf-pr

Repository files navigation

xpdf-pr

Our custom version of the Xpdf library incorporating a different pdftohtml utility

Compile

Mac

Required libraries

brew install freetype openmotif

Build

# optional, works only if not first invocation
make clean && \
make distclean

autoconf && \
./configure --enable-multithreaded --enable-cmyk --with-freetype2-library=$(brew --prefix freetype) --with-freetype2-includes="$(brew --prefix freetype)/include/freetype2" && \
make -j4

Install

sudo make install

Ubuntu

Required libraries

sudo apt install libfreetype6-dev libmotif-dev libpng-dev

Build

make clean && \
make distclean

autoconf && \
./configure --enable-multithreaded --enable-cmyk --with-freetype2-includes="/usr/include/freetype2/" && \
make -j2

Install

sudo make install

Packaging (DEB) TODO

About

A custom version of the Xpdf library incorporating a different pdftohtml utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages