bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
4.08k stars 229 forks source link

INSTALL.md explains how to build ocaml from sources #966

Closed gdt closed 6 months ago

gdt commented 1 year ago

Unison should not cross into supporting ocaml, much as we do not explain how to build anything else necessary from source.

Instead, we should simply point to the ocaml world as a URL to go with "you must have an ocaml compiler".

A candidate URL is

https://ocaml.org/docs/up-and-running

It seems likely that there is a bug in the ocaml world "docs do not explain how to just install the compiler from the native package manager without going off the rails and doing it on the side with ocaml tools". If that's true, that bug should be addressed to the ocaml.org world.