Targeted include list
[llpp.git] / BUILDING
blobcdf189ab53145c2f4c3be853f9a8e76cc2b5a573
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.06+) [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 macOS
18 -----
19   If `bash build.bash build' succeeds, standalone macOS app should
20   be in build/llpp.app.