aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL.ide
diff options
context:
space:
mode:
authorGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-05 12:17:18 +0000
committerGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-05 12:17:18 +0000
commitbd6e68f4ef7bac1e9729b875f944048b394e71af (patch)
tree251aaa850893ef32dc8a5583bdfaeefdc6fa5533 /INSTALL.ide
parente6c6fd55e777ea7a9c7c85399138deab40284f28 (diff)
CoqIde: Install.ide Revert bugfix.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3741 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL.ide')
-rw-r--r--INSTALL.ide55
1 files changed, 55 insertions, 0 deletions
diff --git a/INSTALL.ide b/INSTALL.ide
new file mode 100644
index 000000000..d6a91f3d8
--- /dev/null
+++ b/INSTALL.ide
@@ -0,0 +1,55 @@
+ CoqIde Installation procedure.
+
+CoqIde is a graphical interface to perform interactive proofs.
+You should be able to do everything you do in coqtop inside CoqIde
+excepted dropping to the ml toplevel.
+
+DISCLAIMER: CoqIde is ongoing work. Eventhough it should never let you
+ loose a proof, you may encounter unexpected bugs.
+ Do not hesitate to send suggestions/bug reports.
+
+REQUIREMENT:
+ - make world must succeed.
+ - The graphical toolkit Gtk 2.x. See http://www.gtk.org.
+ The official supported version is at least 2.2.x.
+ You may still compile CoqIde with older 2.0.x versions and
+ use all features.
+ Run
+ "pkg-config --modversion gtk+-2.0"
+ to check your version.
+ All recent distributions have precompiled packages.
+ Do not forget to install the developement headers packages.
+ As for Debian/woody,
+ apt-get install libgtk2.0-dev
+ should be enough.
+
+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.
+ Use this one :
+ http://www.lix.polytechnique.fr/~monate/download/lablgtk2.tgz
+ 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 && \
+ make configure && \
+ make all opt && \
+ make install
+
+ You must have write access to the OCaml standard library path.
+ If this fails read lablgtk2/README.
+
+2) Go into your Coq source directory and then :
+
+ make ide
+
+3) You may now run bin/coqide.opt or bin/coqide.byte.
+
+NOTES
+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.