Skip to content

msprotz/ocaml-windows-bootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocaml-windows-bootstrap

From a powershell, run


set-executionpolicy remotesigned
.\bootstrap.ps1

This installs cygwin and the required cygwin packages. Then, from a cygwin terminal, execute provision.sh. This should install ocaml and all the opam dependencies (similar to make lib-ext). The whole process takes around 15 minutes on a VM.

From a powershell again,

$env:Path = $env:Path + ";C:\ocaml\bin;C:\cygwin\bin"
$env:HOME = "C:\Users\USER"

Then, opam.exe init should work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.7%
  • PowerShell 10.3%