Compiling Big Brother
To compile Big Brother from its source code, you need
- some version of GNU make;
- the Objective Caml compiler, version 3.07 or later.
- Markus Mottl's O'Caml interface to Philip Hazel's PCRE library.
To build Big Brother, issue the following commands:
touch .generated-dependencies
make depend
make
If you should wish to also compile Big Brother's documentation, you need
- a TeX compiler, with a LaTeX2e distribution;
- a copy of the hyperlatex package, version 2.5 or later, by Otfried Cheong;
- a copy of ps2pdf, part of Aladdin Ghostscript.
François Pottier, May 5, 2004