Skip to content

Commit 1dcbd2d

Browse files
authored
Correct capitalization of package (Z3Prover#5569)
See https://stackoverflow.com/a/50004273/1167061
1 parent d174f87 commit 1dcbd2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ml/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ for the byte-code version.
1414
If Z3 was installed into the ocamlfind package repository (see
1515
src/api/ml/README), then we can also compile this example as follows:
1616

17-
ocamlfind ocamlc -o ml_example.byte -thread -package Z3 -linkpkg ml_example.ml
17+
ocamlfind ocamlc -o ml_example.byte -thread -package z3 -linkpkg ml_example.ml
1818
or
19-
ocamlfind ocamlopt -o ml_example -thread -package Z3 -linkpkg ml_example.ml
19+
ocamlfind ocamlopt -o ml_example -thread -package z3 -linkpkg ml_example.ml
2020

2121
Note that the resulting binaries depend on the shared z3 library
2222
(libz3.dll/.so/.dylb), which needs to be in the PATH (Windows), LD_LIBRARY_PATH

0 commit comments

Comments
 (0)