starcoin icon indicating copy to clipboard operation
starcoin copied to clipboard

[Feature Request] Windows Support of Move Prover

Open xudon9 opened this issue 2 years ago • 2 comments

Feature Request

Add support of Move Prover on Windows.

Currently Move Prover relies on external executables, including Boogie, Z3 and CVC5, etc. For example, we install boogie using a script that calls this shell function. And prover reads boogie path from this field.

Maybe we can create a Python or Powershell script to do the installation and environment variable setup.

xudon9 avatar Apr 11 '22 15:04 xudon9

I will first write dev_setup.ps1 for move and contribute to the diem/move then, trying to fork it into starcoin.

LemonHX avatar Apr 12 '22 01:04 LemonHX

@whst done powershell writting, can you help me to fix mpm?

LemonHX avatar Apr 18 '22 01:04 LemonHX