You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/windows_support.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,15 @@ making it much harder to support a complex library on Windows.
10
10
11
11
Nevertheless, OCaml is gradually making a transition towards full Windows support.
12
12
13
-
For newcomers the simplest option is to download and run [the latest `setup-diskuv-ocaml-windows_x86_64-<version>.exe`](https://github.com/diskuv/dkml-installer-ocaml/releases/latest) Diskuv OCaml installer.
13
+
For newcomers the simplest option is to download and run the latest DkML [`Windows 64-bit Native Installer`](https://gitlab.com/dkml/distributions/dkml/-/releases/permalink/latest/downloads/setup64nu.exe).
14
14
15
15
## Options
16
16
17
-
*[Diskuv-OCaml][diskuv]:
17
+
*[DkML]:
18
18
A distribution of OCaml that uses [MSYS2] for Unix utilities and [Microsoft Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
19
-
for 100% Windows library compatibility, and has a traditional [`setup.exe`](https://github.com/diskuv/dkml-installer-ocaml/releases/latest)
20
-
to install. The distribution transparently uses Unix utilities so that Windows users do not need to learn Unix.
19
+
for 100% Windows library compatibility, and has a traditional `setup.exe` to install. The distribution transparently uses Unix utilities so that Windows users do not need to learn Unix.
21
20
22
-
The disadvantages of Diskuv OCaml are:
21
+
The disadvantages of DkML are:
23
22
* Visual Studio 2019, even though it is automatically installed, is a multi-gigabyte program that requires Administrator permissions to install
24
23
* Only OCaml 4.14.0 is officially supported. OCaml 5.x does not yet support Visual Studio.
25
24
@@ -58,7 +57,7 @@ Not all OPAM packages are available yet, but support is rapidly growing.
58
57
OPAM is being extended to support a Windows environment.
59
58
See [this post](https://discuss.ocaml.org/t/ann-opam-2-0-5-release/4081/7) for details.
0 commit comments