Skip to content

Commit d591bf6

Browse files
add to readme Z3Prover#4575
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 9624df9 commit d591bf6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ Z3 has a build system using CMake. Read the [README-CMake.md](README-CMake.md)
101101
file for details. It is recommended for most build tasks,
102102
except for building OCaml bindings.
103103

104+
## Dependencies
105+
Z3 itself has few dependencies. It uses C++ runtime libraries, including pthreads for multi-threading.
106+
It is optionally possible to use GMP for multi-precision integers, but Z3 contains its own self-contained
107+
multi-precision functionality. Python is required to build Z3. To build Java, .Net, OCaml,
108+
Julia APIs requires installing relevant tool chains.
109+
104110
## Z3 bindings
105111

106112
Z3 has bindings for various programming languages.

0 commit comments

Comments
 (0)