summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-02-13 13:47:52 +0100
committerTor Andersson <tor.andersson@artifex.com>2013-02-13 13:48:35 +0100
commitcc4e2c8cb5e0e12ac55c3aff775b710a3fecbcdc (patch)
treecd5f7e3914745d7a1cb55283d9d848ed53728fe6 /README
parentbc131fc0b8de2af766281eed31efbc4e13efa72a (diff)
downloadmupdf-cc4e2c8cb5e0e12ac55c3aff775b710a3fecbcdc.tar.xz
Bump version number strings and dates for 1.2 release.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 3585b43d..81a98f4c 100644
--- a/README
+++ b/README
@@ -21,9 +21,8 @@ supporting multi-threaded operation. In the absence of a thread library
it will run single-threaded, but by adding one significant benefits in
rendering speed on multi-core platforms can be obtained.
-We don't support interactive features such as form filling, javascript and
-transitions, but such features can be added on by integrators if they so
-desire.
+Interactive features such as form filling, javascript and transitions
+are in development and partially supported by the Android application.
LICENSE
@@ -46,12 +45,9 @@ For commercial licensing please contact sales@artifex.com.
COMPILING
If you are compiling from source you will need several third party libraries:
-freetype2, jbig2dec, libjpeg, openjpeg, and zlib. We have prepared a package
-(mupdf-thirdparty.zip) that you can unzip in the mupdf source tree if you don't
-have them installed on your system.
-
-You must unpack mupdf-thirdparty.zip to build using the Visual Studio or Xcode
-projects, or the example android makefiles.
+freetype2, jbig2dec, libjpeg, openjpeg, and zlib. These libraries are contained
+in the source archive. If you are using git, they are included as git
+submodules.
DOWNLOAD
@@ -59,6 +55,10 @@ The latest development source is available directly from the git repository:
git clone http://mupdf.com/repos/mupdf.git
+In the mupdf directory, update the third party libraries:
+
+ git submodule update --init
+
INSTALLING (UNIX)
Typing "make prefix=/usr/local install" will install the binaries, man-pages,