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?
If you are talking about sharing experiences, I recently built Mupdf. Had some trouble with the directories and functions but they were all resolved.
usr/lib/..
dir where the packages reside. This can be happening if you haven't extracted the thirdparty in the right place. or running make
in the wrong directory.Hope this helps!