Rename getenvwithdef to getenvdef
[llpp.git] / BUILDING
blob3c9bf7a2ec5634db870a06558246f07ddb111f6e
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 && sh misc/getmupdf.sh build/mupdf
13   llpp% bash build.bash build
15 Binary should now be in build/llpp.
16 (macOS: Bundle should now be in build/llpp.app/)