mirror of
https://github.com/Z3Prover/z3
synced 2025-07-20 03:12:03 +00:00
move to readme-cmake
This commit is contained in:
parent
ce1535119d
commit
1109139359
2 changed files with 13 additions and 11 deletions
|
@ -441,3 +441,16 @@ relevant `*_WARNINGS_AS_ERRORS` list defined in
|
||||||
|
|
||||||
Additional warnings should only be added here if the warnings has no false
|
Additional warnings should only be added here if the warnings has no false
|
||||||
positives.
|
positives.
|
||||||
|
|
||||||
|
### Building TPTP 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
|
|
@ -17,15 +17,4 @@ 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