aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/include
diff options
context:
space:
mode:
Diffstat (limited to 'dev/include')
-rw-r--r--dev/include6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev/include b/dev/include
index 90c2a77d4..ccb75edd5 100644
--- a/dev/include
+++ b/dev/include
@@ -1,7 +1,11 @@
(* File to include to install the pretty-printers in the ocaml toplevel *)
-(* clflags.cmi (a ocaml compilation by-product) must be in the library path *)
+(* clflags.cmi (a ocaml compilation by-product) must be in the library path.
+ On Debian, install ocaml-compiler-libs, and uncomment the following:
+ #directory "+compiler-libs/utils";;
+*)
+
(* Clflags.recursive_types := true;;*)
#cd ".";;
#use "base_include";;