Skip to content

Files

Latest commit

bdd5100 · Jun 3, 2019

History

History
This branch is 4056 commits behind ArtifexSoftware/mupdf:master.

thirdparty

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 3, 2019
Mar 5, 2019
May 30, 2019
Sep 25, 2018
Aug 29, 2018
Jan 2, 2019
Mar 22, 2017
Apr 17, 2019
Sep 19, 2018
Apr 28, 2017
Sep 26, 2012
This directory holds third party libraries as git submodules.

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

To set up the third party modules for building from git:

	$ git submodule init
	$ git submodule update

Then after each pull (to make sure they're up to date):

	$ git submodule update

Do NOT edit files in the submodule checkouts unless you know what you're doing.