e83607d8b6
We leave a gutted-out chapter with a redirection to the github page for stability of anchors and to inform users. |
||
---|---|---|
.. | ||
manual | ||
styles | ||
tools | ||
LICENSE-for-the-manual | ||
Makefile | ||
README.md |
README.md
OCAML DOCUMENTATION
Prerequisites
-
Any prerequisites required to build OCaml from sources.
-
The Unix editor 'ed', no longer installed by default on some systems.
-
A LaTeX installation.
-
The HeVeA LaTeX-to-HTML convertor (available in OPAM): http://hevea.inria.fr/
Note that you must make sure hevea.sty
is installed into TeX properly. Your
package manager may not do this for you. Run kpsewhich hevea.sty
to check.
Building
-
Install the OCaml distribution.
-
Run
make
in the manual.
NB: If you already set LD_LIBRARY_PATH
(OS X: DYLD_LIBRARY_PATH
)
in you environnement don't forget to add
otherlibs/unix:otherlibs/str
to it in an absolute way.
Outputs
In the manual:
-
The HTML Manual is in directory
htmlman
. The main file isindex.html
. -
The plain text manual is in direcory
textman
as filemanual.txt
. -
The Info manual is in directory
infoman
. -
The DVI manual is in directory
texstuff
as filemanual.dvi
. -
The PDF manual is in directory
texstuff
as filepdfmanual.pdf
.