Copilot on Windows #748
ivanperez-keera
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is just to publicly document that we've confirmed that Copilot works out of the box on Windows.
The steps are the same as for Linux or Mac:
Install Haskell following the instructions in: https://www.haskell.org/ghcup/install/#how-to-install. When asked, make sure you install GHC, Cabal, and mingw.
Install Copilot:
cabal install --lib copilot copilot-core copilot-c99 copilot-language \ copilot-theorem copilot-libraries copilot-interpreter copilot-prettyprinterAfter that, you should be able to immediately compile Copilot specs with
runhaskell.All reactions