Skip to content

Instantly share code, notes, and snippets.

@csgordon
Last active December 18, 2015 21:19
Show Gist options
  • Save csgordon/5846399 to your computer and use it in GitHub Desktop.
Save csgordon/5846399 to your computer and use it in GitHub Desktop.
Setting up Microsoft Research's F* compiler

Setting up MSR's F* Compiler on Windows, for use under Cygwin.

    export PATH='C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\v4.0':$PATH
    export PATH='C:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0':$PATH
    export PATH='C:\Program Files (x86)\FSharpPowerPack-2.0.0.0\bin':$PATH
  • Add the z3 bin directory to your Cygwin PATH
  • Follow the directions in the F* distribution's INSTALL.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment