We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2a13 commit ce15351Copy full SHA for ce15351
examples/tptp/README
@@ -16,3 +16,16 @@ The TPTP language is documented on http://tptp.org
16
It also exposes utilities for converting between SMT-LIB
17
and TPTP format.
18
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