summaryrefslogtreecommitdiff
path: root/thirdparty/README
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-08-20 13:53:39 +0200
committerRobin Watts <robin.watts@artifex.com>2012-09-26 15:19:08 +0100
commit3bfa49bca3fbfa941d27e9da24821c0809a73c8f (patch)
treeb887aa64fc281a1eede17fc2f84992501da9109d /thirdparty/README
parenta84a97ce22bfb081b014259af9d0596882287a5c (diff)
downloadmupdf-3bfa49bca3fbfa941d27e9da24821c0809a73c8f.tar.xz
Add thirdparty libraries as git submodules.
jbig2dec latest freetype 2.4.10 jpeg 9 openjpeg 1.5.0 zlib 1.2.7 Update MSVC projects for thirdparty libraries as submodules. Improve thirdparty library availability checks in Makethird by checking for the existence of a README file instead of just the directory, since a checkout without active git submodules has empty directories for the third party libraries.
Diffstat (limited to 'thirdparty/README')
-rw-r--r--thirdparty/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/README b/thirdparty/README
new file mode 100644
index 00000000..efd375d2
--- /dev/null
+++ b/thirdparty/README
@@ -0,0 +1,15 @@
+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.