mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 06:43:40 +00:00
11 lines
No EOL
538 B
Text
11 lines
No EOL
538 B
Text
This is the new ML API introduced with Z3 4.4. For the legacy bindings, please
|
|
refer to previous releases of Z3.
|
|
|
|
On Windows, there are no less than four different ports of OCaml. The Z3 build
|
|
system assumes that either the win32 or the win64 port is installed. This means
|
|
that OCaml will use `cl' as the underlying C compiler and not the cygwin or
|
|
mingw compilers.
|
|
|
|
By default, a make target called `ocamlfind_install' is added. This installs Z3
|
|
into the ocamlfind package repository such that programs can be compiled via
|
|
ocamlfind. |