aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.win
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-04-21 16:12:34 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-04-21 16:12:34 +0000
commit9ccd1899dba51e24216d0de8865eecf029f44cef (patch)
tree0b25a558459b4d8f789e87162646587488f31ae9 /README.win
parent08642139dc3edf2caf94e7f246c15644daca16ad (diff)
Win32: remove the need for Coq.bat and Coqide.bat
This is an adaptation of commit r13750 of branch 8.3 - coqlib is currently computed relatively of Sys.executable_name, hence no need to set it manually - in Win32, better detection of user home dir : in System.ml, if HOME isn't set, we look now for HOMEDRIVE\HOMEPATH, and then for USERPROFILE - concerning PATH, in Win32 we now add coqbin (or the location of coqide) to PATH during the initialization. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14041 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'README.win')
-rw-r--r--README.win10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.win b/README.win
index 9f6eff799..5027016f5 100644
--- a/README.win
+++ b/README.win
@@ -9,9 +9,9 @@ INSTALLATION.
The Coq package for Windows comes with an auto-installer. It will
install Coq binaries and libraries under any directory you specify
(C:\Program Files\Coq is the default path). It also creates shortcuts
-in the Windows menus. Alternatively, you can launch Coq using Coq.bat
-and Coqide.bat in the installation directory (C:\Program Files\Coq by
-default).
+in the Windows menus. Alternatively, you can launch Coq using coqide.exe
+or coqtop.exe in the bin sub-directory of the installation
+(C:\Program Files\Coq\bin by default).
COMPILATION.
============
@@ -52,4 +52,8 @@ COMPILATION.
Good luck :-)
+ Alternatively, it is now possible (and even recommended ...) to build
+ Windows executables of coq from Linux thanks to a mingw cross-compiler.
+ If interested, please contact us for more details.
+
The Coq Team.