eBookReaderSwitch/mupdf/thirdparty
Moroni Granja 80499a15b6 Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
..
curl Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
freeglut Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
freetype Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
harfbuzz Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
jbig2dec Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
lcms2 Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
libjpeg Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
mujs Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
openjpeg Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
zlib Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00
README Merge commit '98d9d7be173f1bc599f3e3b357fbf19de5fbc974' as 'mupdf' 2019-10-30 13:48:08 -03:00

README

This directory holds third party libraries as git subtrees

If the directories are empty, the makefile based build will try
to use system libraries instead.

The third party modules should be already here, but here is a
reference to where they came from:

git subtree add --prefix=thirdparty/jbig2dec https://github.com/ArtifexSoftware/jbig2dec.git jbig2dec-0.17 --squash
git subtree add --prefix=thirdparty/mujs https://github.com/ArtifexSoftware/mujs.git 1.0.6 --squash
git subtree add --prefix=thirdparty/freetype https://github.com/ArtifexSoftware/thirdparty-freetype2.git VER-2-10-0-mupdf-2 --squash
git subtree add --prefix=thirdparty/harfbuzz https://github.com/ArtifexSoftware/thirdparty-harfbuzz.git 1.9.0 --squash
git subtree add --prefix=thirdparty/libjpeg https://github.com/ArtifexSoftware/thirdparty-libjpeg.git artifex --squash
git subtree add --prefix=thirdparty/lcms2 https://github.com/ArtifexSoftware/thirdparty-lcms2.git lcms2mt --squash
git subtree add --prefix=thirdparty/openjpeg https://github.com/ArtifexSoftware/thirdparty-openjpeg.git master --squash
git subtree add --prefix=thirdparty/zlib https://github.com/ArtifexSoftware/thirdparty-zlib.git 1.2.11 --squash
git subtree add --prefix=thirdparty/curl https://github.com/ArtifexSoftware/thirdparty-curl.git artifex --squash
git subtree add --prefix=thirdparty/freeglut https://github.com/ArtifexSoftware/thirdparty-freeglut.git master --squash