Compile C with some optimizations
[llpp.git] / BUILDING
bloba8e829aa0c84e3ad0410ce9addee95487a91b133
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 61de1fe7e510fdd425686c478439209f6f7a4b73
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