aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.ide
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 13:49:39 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 13:49:39 +0000
commit6931f2b04580fb088fa9c4a09129e77dad3f387c (patch)
treee0d6bbdf7c3b946e96cb9aa88fef1e3ce09c3968 /INSTALL.ide
parenta4c0127c9cd3c884bf8fd243261798a5f2924bd6 (diff)
conseille l'utilisation de la release officielle 2.2.0 de lablgtk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4861 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL.ide')
-rw-r--r--INSTALL.ide40
1 files changed, 20 insertions, 20 deletions
diff --git a/INSTALL.ide b/INSTALL.ide
index d57300fb1..d8f1208bf 100644
--- a/INSTALL.ide
+++ b/INSTALL.ide
@@ -25,32 +25,32 @@ REQUIREMENT:
should be enough.
INSTALLATION
- 0) For optimal performance, OCaml must support native threads (aka
- pthreads).
- If this not the case, this means that Coq computations will be
- slow and "make ide" will fail. Use "make bin/coqide.byte"
- instead. To fix this problem, just recompile OCaml from source
- and configure OCaml with : "./configure --with-pthreads".
- In case you install over an existing copy of OCaml, you
- should better empty the OCaml installation directory.
+ 0) For optimal performance, OCaml must support native threads (aka pthreads).
+ If this not the case, this means that Coq computations will be slow and
+ "make ide" will fail. Use "make bin/coqide.byte" instead. To fix this
+ problem, just recompile OCaml from source and configure OCaml with :
+ "./configure --with-pthreads".
+ In case you install over an existing copy of OCaml, you should better
+ empty the OCaml installation directory.
1) You need to install the OCaml stub library lablgtk2. See
- http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
- The latest CVS snapshot version is not enough.
- Use this one :
- http://www.lri.fr/~monate/download/lablgtk2-20030919.tar.gz
+ http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
+ The first official release of lablftk2 is here:
+ http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.2.0.tar.gz
+ Note that even if its README requires ocaml > 3.07, it works ok with 3.06.
If you are in a hurry just run :
- cd /tmp && \
- wget http://www.lri.fr/~monate/download/lablgtk2-20030919.tar.gz && \
- tar zxvf lablgtk2-20030919.tar.gz && \
- cd lablgtk2-20030919 && \
- ./configure && \
- make world && \
- make install
+cd /tmp && \
+wget \
+ http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-2.2.0.tar.gz && \
+tar zxvf lablgtk-2.2.0.tar.gz && \
+cd lablgtk-2.2.0 && \
+./configure && \
+make world && \
+make install
You must have write access to the OCaml standard library path.
- If this fails read lablgtk2-20030919/README.
+ If this fails read lablgtk-2.2.0/README.
2) Go into your Coq source directory and, as usual, configure with: