I am having some hard time getting the Boogie and Z3 to install on Windows 7 with Z3 version 4.3.2 from codeplex. I've tried to install it like spec# by register.cmd command in prompt, but it doesnt work. Can anyone tell me how to do it ?
Asked
Active
Viewed 302 times
1 Answers
0
Boogie does not support Z3 version 4.3. You need version 4.1 (see the Installation page on boogie.codeplex.com, which I just updated).
By the way, the register.cmd thing was purely a Spec# thing.

Rustan Leino
- 1,954
- 11
- 8
-
So i download and install z3 version 4.1. From microsoft research folder i took z3.exe and copied it to boogie binaries. Then i run boogie exe, but prompt appeared and dissappered momently. Should i add something like "C:\Program Files (x86)\Microsoft research" to my PATH variable ? – user3432336 Mar 20 '14 at 08:22
-
The only thing that I found to work was to copy all the Z3 DLLs to the folder containing the Boogie executable. – Motorhead May 13 '14 at 23:59