On Tue, Apr 16, 2013 at 09:13:42PM +0800, Iru Cai wrote: > > I'm glad to see a mupdf user in the BLFS Support List. I've tried to > install mupdf in my LFS system before, but I failed due to dependencies. So > I hope it can be written in BLFS book.
What was your problem ? I've just built a DESTDIR install of 1.2, and AFAICS the only required dependencies are unzip and xorg. It includes its own versions of freetype, jbig2dec, jpeg, openjpeg and zlib. The user interface is a bit too minimal for me (only able to scroll up/down a page at a time using the arrow keys - on *some* PDFs page up/down works), can't zoom, and filename must be passed to the program). But it does work. To build with the shipped versions, just unzip make prefix=/usr make prefix=/usr [DESTDIR=/wherever] install This will install a static libfitz, as well as the mupdf and mudraw progs. There is a mutool manpage, but no prog. Note that I don't have jbig2dec or openjpeg installed. The thirdparty/README file says that if the subdirectories there are empty it will try to use system versions. So I've cleaned out the freetype, jpeg, zlib directories and given it a second build and DESTDIR install. Successfully linked to system freetype, (turbo) jpeg, libz. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
