fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 34 forks source link

Inadequate instructions for Windows installation; Installer does not work at all. #84

Closed kaby76 closed 3 years ago

kaby76 commented 3 years ago

I followed the instructions for installation here and here, the latter is in this repo.

When you write instructions for installation, you need to always provide the next step in how to call the program and perform a sanity check to verify that it installed correctly. I have no idea what "Error: Unbound module Stdlib" is about, either. While "ocaml --version" does work, plain ol' "ocaml" does not. Therefore, as far as I can tell, the installer just does not work--at all.

kaby76 commented 3 years ago

Sorry, this repository is not official, and behind the current release. For whatever reason, the official Ocaml website (Ocaml.org) readme.md refers to this repo, but it should not. The official code is at https://github.com/ocaml/ocaml. The instructions for installing on a Cygwin Windows is at https://github.com/ocaml/ocaml/blob/trunk/INSTALL.adoc. The general instructions for installing on Windows is at https://github.com/ocaml/ocaml/blob/trunk/README.win32.adoc.