aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/include
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-18 15:37:01 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-03-18 15:37:01 +0000
commit58a004de1f4c3eb6c401a116eab7321d93ac6fbe (patch)
tree4af6d97e984a9d0153897b9582cf102932ded88f /dev/include
parent067aa9a444b7d13733c8ca1cf52d6d73e105dec0 (diff)
Hint for Debian users.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10692 85f007b7-540e-0410-9357-904b9bb8a0f7
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";;