Sigh...
[llpp.git] / BUILDING
blob0423e854d267e90858b006ddcadd9d51908dc0ca
1 Prerequisites for building from sources:
2         mupdf         [http://mupdf.com/]
3         ocaml (4.04+) [http://ocaml.org/]
4         gcc           [https://gcc.gnu.org/]
5         binutils      [http://www.gnu.org/software/binutils/]
6         make          [http://www.gnu.org/software/make/]
7         git           [https://git-scm.com/]
8         openssl       [https://www.openssl.org/source/]
9                        MuPDF depends on libcrypto part of OpenSSL
10         opengl        [http://en.wikipedia.org/wiki/OpenGL]
12   llpp% git clone git://git.ghostscript.com/mupdf.git --recursive
13   llpp% cd mupdf
14   mupdf% git checkout 02584b4f4f5a7fa3d13bf622beca3ccd4e08b1c6
15   mupdf% git submodule update --recursive
16   mupdf% make build=native libs
17   mupdf% cd ..
18   llpp% sh build.sh build
20 Standalone binary should now be in build/llpp
22 Native OS X Installation Instructions
23 -------------------------------------
25   If `sh build.sh build' succeeds, standalone OS X app should be in
26   build/llpp.app.