3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-28 01:42:43 +00:00
z3/src/api/python
2020-03-23 12:36:36 -07:00
..
z3 Fix #3439, print type of value in exception msg (#3498) 2020-03-23 12:36:36 -07:00
.gitignore
CMakeLists.txt rename additional build options #2709 2019-11-18 21:32:35 -08:00
MANIFEST.in
README.txt fix #2131 2019-02-10 10:07:24 -08:00
setup.py temporary remove delete from nightly 2019-10-14 01:44:40 -07:00
z3test.py

On Windows, to build Z3, you should executed the following command
in the Z3 root directory at the Visual Studio Command Prompt

       msbuild /p:configuration=external

If you are using a 64-bit Python interpreter, you should use

       msbuild /p:configuration=external /p:platform=x64


On Linux and macOS, you must install python bindings, before trying example.py.
To install python on Linux and macOS, you should execute the following
command in the Z3 root directory

        sudo make install-z3py