mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
include some build cheat sheet
This commit is contained in:
parent
a5a2a13d34
commit
ce1535119d
1 changed files with 13 additions and 0 deletions
|
@ -16,3 +16,16 @@ The TPTP language is documented on http://tptp.org
|
||||||
It also exposes utilities for converting between SMT-LIB
|
It also exposes utilities for converting between SMT-LIB
|
||||||
and TPTP format.
|
and TPTP format.
|
||||||
|
|
||||||
|
|
||||||
|
Custom build with CMAKE:
|
||||||
|
|
||||||
|
Build instructions:
|
||||||
|
|
||||||
|
1. cd z3
|
||||||
|
2. mkdir release
|
||||||
|
3. cd release
|
||||||
|
4. cmake3 -DZ3_BUILD_LIBZ3_SHARED=FALSE -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Unix Makefiles" ../
|
||||||
|
5. make
|
||||||
|
6. make z3_tptp5
|
||||||
|
7. cp examples/tptp_build_dir/z3_tptp5 ../../bin/z3_tptp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue