Skip to content

Commit ce15351

Browse files
include some build cheat sheet
1 parent a5a2a13 commit ce15351

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/tptp/README

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,16 @@ The TPTP language is documented on http://tptp.org
1616
It also exposes utilities for converting between SMT-LIB
1717
and TPTP format.
1818

19+
20+
Custom build with CMAKE:
21+
22+
Build instructions:
23+
24+
1. cd z3
25+
2. mkdir release
26+
3. cd release
27+
4. cmake3 -DZ3_BUILD_LIBZ3_SHARED=FALSE -DCMAKE_BUILD_TYPE=RelWithDebInfo -G "Unix Makefiles" ../
28+
5. make
29+
6. make z3_tptp5
30+
7. cp examples/tptp_build_dir/z3_tptp5 ../../bin/z3_tptp
31+

0 commit comments

Comments
 (0)