-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathREADME.MS-Windows
52 lines (36 loc) · 1.64 KB
/
README.MS-Windows
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This file documents the port of Mercury to MS Windows.
-----------------------------
Supported versions of Windows
-----------------------------
Mercury has been tested with the following versions of Windows:
* Windows 7
* Windows 10
We no longer actively maintain support for older versions of Windows.
---------------------------
Building Mercury on Windows
---------------------------
The Mercury build process requires the use of a number of Unix tools such as sh
and make. This means that a Unix emulation environment is required to build
Mercury on Windows.
Three such environments are supported:
1. Cygwin (www.cygwin.com). See README.Cygwin.
2. MSYS (www.mingw.org). See README.MinGW.
3. MSYS2 (msys2.github.io). See README.MinGW.
Mercury can also be built using the MS Visual C compiler, although one of
the above environments is still required for the build process. See
README.MS-VisualC for instructions on how to build Mercury with the
MS Visual C compiler.
NOTE: while a Unix emulation environment is required to build Mercury on
Windows, one is NOT required to use Mercury on Windows.
-------------------------------------
Building Mercury for Windows on Linux
-------------------------------------
Alternatively, you can cross-compile Mercury on Linux with a MinGW
cross-compiler. See README.MinGW-cross.
------------------------
Using Mercury on Windows
------------------------
On Windows systems the usual name for the Mercury compiler, mmc, conflicts with
the name of the executable for the Microsoft Management Console. See the
"Using the Mercury compiler" chapter of the Mercury Users's Guide for how to
deal with this.