When rebuilding my workstation (current -dev as of a week ago, but some
packages more recent), I ran into a problem with mupdf. I've updated
the instructions for what works for me, but would appreciate someone
else doing a test build with what I did.
-- Bruce
patch -Np1 -i ../mupdf-1.14.0-shared_libs-1.patch &&
rm -rf thirdparty/curl &&
rm -rf thirdparty/freetype &&
rm -rf thirdparty/harfbuzz &&
rm -rf thirdparty/jpeg &&
rm -rf thirdparty/openjpeg &&
rm -rf thirdparty/libjpeg &&
rm -rf thirdparty/zlib &&
export USE_SYSTEM_LIBS=yes &&
make
Now, as the root user:
make prefix=/usr \
build=release \
docdir=/usr/share/doc/mupdf-1.14.0 \
install &&
ln -sfv mupdf-x11 /usr/bin/mupdf &&
ldconfig
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page