Z3 Installation issue on windows 10

寵の児 提交于 2019-12-12 01:16:42

问题


I am trying to install Z3 package(https://github.com/Z3Prover/z3.git) I ran the following commands

./configure
cd build
make 
make install

Installation was successfull. However when i run

Ocamlfind list

z3 component is not listed. So when i try to build my project which uses z3 , its failing with error

ocamlfind: Package `Z3' not found.

I did the following workarounds, a) added the z3.exe location to path b) I ran the following python command, but i got an error message saying its not able to locate ocamlopt.exe path.

python scripts/mk_make.py --python.

Please provide some direction. I'm new to Ocaml and linux

来源:https://stackoverflow.com/questions/54179239/z3-installation-issue-on-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!