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

Correct capitalization of package (#5569)

See https://stackoverflow.com/a/50004273/1167061
This commit is contained in:
Kartik Singhal 2021-09-25 11:04:06 -05:00 committed by GitHub
parent d174f87c5e
commit 1dcbd2d86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ for the byte-code version.
If Z3 was installed into the ocamlfind package repository (see
src/api/ml/README), then we can also compile this example as follows:
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
or
ocamlfind ocamlopt -o ml_example -thread -package Z3 -linkpkg ml_example.ml
ocamlfind ocamlopt -o ml_example -thread -package z3 -linkpkg ml_example.ml
Note that the resulting binaries depend on the shared z3 library
(libz3.dll/.so/.dylb), which needs to be in the PATH (Windows), LD_LIBRARY_PATH