Can anyone share their experiences building MuPDF on Ubuntu 12.04? If you can provide a step-by-step guide that would be awesome!
I would like to build mupdf-1.0-source but I'm having some trouble when invoking make.
One of my concerns is, where do you copy the contents inside thirdparty to?
I copied the contents into the source folder but have no luck with make =(
[@Jure] It gives:
Package freetype2 was not found in the pkg-config search path.
However, I'd like to use the freetype library that is included in the thirdparty
folder from mupdf. So my main concern is how do you tell make to include the thirdparty libraries?