summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-06-19 09:43:01 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-06-19 09:43:01 +0000
commitfa3101c481ad35d4df6c3f68a4d3ea679f5ad862 (patch)
tree1b05d14c3bdfca853340a80e38a77b23a7461daa /INSTALL
parentcfd2ee96afb8fb8817d2231ea947e33d1bb93be5 (diff)
downloadocaml-fa3101c481ad35d4df6c3f68a4d3ea679f5ad862.tar.gz
Ajout options -x11...
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@886 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 53c1cab3d7..201f355e52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,6 +31,11 @@ The "configure" script accepts the following options:
needs to be provided by hand. The installation instructions
for gcc or emacs contain a complete list of configuration names.
+-x11include <include_dir> (default: determined automatically)
+-x11lib <lib_dir> (default: determined automatically)
+ Location of the X11 include directory (e.g. /usr/X11R6/include)
+ and the X11 library directory (e.g. /usr/X11R6/lib).
+
Examples:
./configure -bindir /usr/bin -libdir /usr/lib/ocaml -mandir /usr/man/manl
./configure -cc "acc -fast" -libs "-lucb"