Nomenclature
[llpp.git] / BUILDING
blob311f0a10ca66844d11d016d0d92196de48e9fc65
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 the network and
8            built/used locally without system-wide installation.
10   To download mupdf+prerequisites that llpp is known to work with:
11      llpp% mkdir build && bash misc/getmupdf.bash build/mupdf
13   llpp% bash build.bash build
15 Standalone binary should now be in build/llpp.
17 Native macOS
18 ------------
19   If `bash build.bash build' succeeds, standalone macOS app should
20   be in build/llpp.app.