1 MuPDF[1] rendering library is used to do the actual work, so it needs
2 to be built and installed to use llpp.
4 Note that MuPDF is a moving target therefore below is the commit id
5 of the git version of MuPDF that this version of llpp is known to work
7 7dc088630b8b8871decad9d58985a9205790185e
9 llpp also depends on OCaml[2] (version 4.02.x), LablGL[3] having a C
10 compiler wouldn't hurt either.
11 * MuPDF depends on libcrypto[4] part of openssl
12 * Building LablGL from sources requires camlp4[5]
14 [1] http://www.mupdf.com
15 [2] http://caml.inria.fr/ http://ocaml.org/
16 [3] http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html
17 [4] http://www.openssl.org/docs/crypto/crypto.html
18 [5] https://github.com/ocaml/camlp4