Clarify
[llpp.git] / BUILDING
blob345e18e4ca32ad9c8615e042b4f9f08e2fd02a73
1 Prerequisites for building from sources:
2         bash          [https://en.wikipedia.org/wiki/Bash_(Unix_shell)]
3         mupdf         [http://mupdf.com/]
4         opengl        [http://en.wikipedia.org/wiki/OpenGL]
5         git           [https://git-scm.com/]
6         ocaml (4.07+) [http://ocaml.org/]
7            If not present will be downloaded from network and
8            built/used locally without systemwide installation.
10   llpp% git clone https://github.com/ArtifexSoftware/mupdf --recursive
11   llpp% cd mupdf
12   mupdf% git checkout f4d01e231ac609889b18d9073bc314455b875c79
13   mupdf% git submodule update --recursive
14   mupdf% make build=native libs
15   mupdf% cd ..
16   llpp% bash build.bash build
18 Standalone binary should now be in build/llpp.
20 Native macOS Installation Instructions
21 --------------------------------------
23   If `bash build.bash build' succeeds, standalone macOS app should
24   be in build/llpp.app.