We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d174f87 commit 1dcbd2dCopy full SHA for 1dcbd2d
examples/ml/README
@@ -14,9 +14,9 @@ for the byte-code version.
14
If Z3 was installed into the ocamlfind package repository (see
15
src/api/ml/README), then we can also compile this example as follows:
16
17
-ocamlfind ocamlc -o ml_example.byte -thread -package Z3 -linkpkg ml_example.ml
+ocamlfind ocamlc -o ml_example.byte -thread -package z3 -linkpkg ml_example.ml
18
or
19
-ocamlfind ocamlopt -o ml_example -thread -package Z3 -linkpkg ml_example.ml
+ocamlfind ocamlopt -o ml_example -thread -package z3 -linkpkg ml_example.ml
20
21
Note that the resulting binaries depend on the shared z3 library
22
(libz3.dll/.so/.dylb), which needs to be in the PATH (Windows), LD_LIBRARY_PATH
0 commit comments