3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-18 02:16:40 +00:00

move to readme-cmake

This commit is contained in:
Nikolaj Bjorner 2025-05-13 14:36:20 -07:00
parent ce1535119d
commit 1109139359
2 changed files with 13 additions and 11 deletions

View file

@ -441,3 +441,16 @@ relevant `*_WARNINGS_AS_ERRORS` list defined in
Additional warnings should only be added here if the warnings has no false
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

View file

@ -17,15 +17,4 @@ It also exposes utilities for converting between SMT-LIB
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