mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
update README on cmake
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8a420c850b
commit
cef5a26361
|
@ -97,8 +97,9 @@ To clean Z3 you can delete the build directory and run the ``mk_make.py`` script
|
||||||
|
|
||||||
## Building Z3 using CMake
|
## Building Z3 using CMake
|
||||||
|
|
||||||
Z3 has an unofficial build system using CMake. Read the [README-CMake.md](README-CMake.md)
|
Z3 has a build system using CMake. Read the [README-CMake.md](README-CMake.md)
|
||||||
file for details.
|
file for details. It is recommended for most build tasks,
|
||||||
|
except for building OCaml bindings.
|
||||||
|
|
||||||
## Z3 bindings
|
## Z3 bindings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue