summaryrefslogtreecommitdiff
path: root/INSTALL.ide
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.ide')
-rw-r--r--INSTALL.ide19
1 files changed, 8 insertions, 11 deletions
diff --git a/INSTALL.ide b/INSTALL.ide
index e99002f0..300d17b1 100644
--- a/INSTALL.ide
+++ b/INSTALL.ide
@@ -23,7 +23,7 @@ On Gentoo GNU/Linux, do:
Else, read the rest of this document to compile your own CoqIde.
REQUIREMENT:
- - OCaml >= 3.10.2 with native threads support.
+ - OCaml >= 3.11 with native threads support.
- make world must succeed.
- The graphical toolkit GTK+ 2.x. See http://www.gtk.org.
The official supported version is at least 2.10.x.
@@ -42,7 +42,7 @@ REQUIREMENT:
- The OCaml bindings for GTK+ 2.x, lablgtk2.
- You need at least version 2.10.0.
+ You need at least version 2.12.0.
Your distribution may contain precompiled packages. For
example, for Debian, run
@@ -104,17 +104,14 @@ INSTALLATION
NOTES
-There are three configuration files located in your $(HOME) dir.
+There are three configuration files located in your $(XDG_CONFIG_HOME)/coq dir.
You may need to set HOME to some sensible value under Windows.
-- .coqiderc is generated by coqide itself. It may be edited by hand or
+- coqiderc is generated by coqide itself. It may be edited by hand or
by using the Preference menu from coqide. It will be generated the first time
you save your the preferences in Coqide.
-- .coqide-gtk2rc is a standard Gtk2 configuration file. A sample file can be
- found in the coq lib "ide" subdir.
-
-- .coqide.keys is a standard Gtk2 accelerator dump. You may edit this file
+- coqide.keys is a standard Gtk2 accelerator dump. You may edit this file
to change the default shortcuts for the menus.
Read ide/FAQ for more informations.
@@ -127,8 +124,8 @@ TROUBLESHOOTING
Some users may experiment problems with unwanted automatic
templates while using Coqide. This is due to a change in the
modifiers keys available through GTK. The straightest way to get
- rid of the problem is to edit by hand your .coqiderc (either
- /home/<user>/.coqiderc under Linux, or
- C:\Documents and Settings\<user>\.coqiderc under Windows)
+ rid of the problem is to edit by hand your coqiderc (either
+ /home/<user>/.config/coq/coqiderc under Linux, or
+ C:\Documents and Settings\<user>\.config\coq\coqiderc under Windows)
and replace any occurence of MOD4 by MOD1.