aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.ide
diff options
context:
space:
mode:
authorGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-14 17:51:28 +0000
committerGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-14 17:51:28 +0000
commit01c3ff920c1273958dc8a1f3b6e09ca3a5c75a3a (patch)
tree3e7a529fd1402a60ca21d7a4b432e7714825685f /INSTALL.ide
parentacfd166ef3d3b9773220ab1188397c9a5a730889 (diff)
coqide: maj preferences du wizzard
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3774 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL.ide')
-rw-r--r--INSTALL.ide13
1 files changed, 7 insertions, 6 deletions
diff --git a/INSTALL.ide b/INSTALL.ide
index d6a91f3d8..ff5088dc4 100644
--- a/INSTALL.ide
+++ b/INSTALL.ide
@@ -26,21 +26,21 @@ REQUIREMENT:
INSTALLATION
1) You need to install the OCaml stub library lablgtk2. See
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
- The official snapshot are not yet ready for CoqIde.
+ The first official beta snapshot is needed.
Use this one :
- http://www.lix.polytechnique.fr/~monate/download/lablgtk2.tgz
+http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk2-beta.tar.gz
If you are in a hurry just run :
cd /tmp && \
- wget http://www.lix.polytechnique.fr/~monate/download/lablgtk2.tgz && \
- tar zxvf lablgtk2.tgz && \
- cd lablgtk2 && \
+ wget http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk2-beta.tar.gz && \
+ tar zxvf lablgtk2-beta.tar.gz && \
+ cd lablgtk2-beta && \
make configure && \
make all opt && \
make install
You must have write access to the OCaml standard library path.
- If this fails read lablgtk2/README.
+ If this fails read lablgtk2-beta/README.
2) Go into your Coq source directory and then :
@@ -53,3 +53,4 @@ Font configuration is not saved.
If you want to change the defaults fonts, just copy the
.coqiderc file located in the ide subdir of the Coq library to
your home directory and edit it by hand.
+Read ide/FAQ for more informations.