mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
add to readme #4575
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9624df942f
commit
d591bf62c1
|
@ -101,6 +101,12 @@ Z3 has a build system using CMake. Read the [README-CMake.md](README-CMake.md)
|
||||||
file for details. It is recommended for most build tasks,
|
file for details. It is recommended for most build tasks,
|
||||||
except for building OCaml bindings.
|
except for building OCaml bindings.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
Z3 itself has few dependencies. It uses C++ runtime libraries, including pthreads for multi-threading.
|
||||||
|
It is optionally possible to use GMP for multi-precision integers, but Z3 contains its own self-contained
|
||||||
|
multi-precision functionality. Python is required to build Z3. To build Java, .Net, OCaml,
|
||||||
|
Julia APIs requires installing relevant tool chains.
|
||||||
|
|
||||||
## Z3 bindings
|
## Z3 bindings
|
||||||
|
|
||||||
Z3 has bindings for various programming languages.
|
Z3 has bindings for various programming languages.
|
||||||
|
|
Loading…
Reference in a new issue