Show dcf in the info screen
[llpp.git] / BUILDING
blobfe5b1f8f2dd6d3201d1c32a063c5cf58f12b61eb
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.10)  [http://ocaml.org/]
7         If not present will be downloaded from the network and
8         built/used locally without system-wide installation.
9         This requires either:
10             wget    [https://www.gnu.org/software/wget/]
11             or curl [https://curl.haxx.se/]
13     asciidoctor   [https://asciidoctor.org/
14                   in needed to build man pages
16 To download mupdf+prerequisites that llpp is known to work with:
17     llpp% mkdir build && sh misc/getmupdf.sh build/mupdf
19 To build llpp (binary will be in build/llpp):
20    llpp% bash build.bash build
22 To build man pages (will be in build/doc/[name].1)
23    llpp% bash build.bash build doc