Simplify reaping
[llpp.git] / BUILDING
blob7bde5efb5db1d7b28fc14117d30957086a634477
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
6 with:
7 90c560641d9b459a658029eefc4cbb02fdbca0b5
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