Some docs
[llpp.git] / BUILDING
bloba8b7908c4b07baa3e8319d6b1c6576ad7322f664
1 At the time of this writing[1] vanilla MuPDF[2] does not work (text
2 spans are somewhat fucked up), the (patched) version from
3 SumatraPDF[3]'s SVN repository[4] however works nicely (SumatraPDF's
4 SVN repository also contains all the other prerequisites (such as
5 openjpeg, jbig2dec, etc)
7 llpp also depends on OCaml[5] and lablGL[6], having a C compiler
8 wouldn't hurt either.
10 To build llpp, provided that all prereqs are already built, one should
11 invoke `sh build.sh' from the top of llpp's directory.
13 If everything goes fine llpp binary will appear, it can be used like so:
15 $ ./llpp /path/to/some.pdf
17 [1] 12-06-10
18 [2] http://www.mupdf.com
19 [3] http://blog.kowalczyk.info/software/sumatrapdf/index.html
20 [4] http://sumatrapdf.googlecode.com/svn/trunk/mupdf [Revision: 1948]
21 [5] http://caml.inria.fr/
22 [4] http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html