mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
remove old README
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
90708576fe
commit
f0178a87f5
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
This is the new ML API introduced with Z3 4.4. For the legacy bindings, please
|
|
||||||
refer to previous releases of Z3.
|
|
||||||
|
|
||||||
On Windows, there are no less than four different ports of OCaml. The Z3 build
|
|
||||||
system assumes that either the win32 or the win64 port is installed. This means
|
|
||||||
that OCaml will use `cl' as the underlying C compiler and not the cygwin or
|
|
||||||
mingw compilers.
|
|
||||||
|
|
||||||
OCamlfind: When ocamlfind is found, the `install' target will install the Z3
|
|
||||||
OCaml bindings into the ocamlfind site-lib directory. The installed package is
|
|
||||||
linked against the (dynamic) libz3 and it adds $(PREFIX)/lib to the library
|
|
||||||
include paths. On Windows, there is no $(PREFIX), so the build directory is
|
|
||||||
used instead (see META.in).
|
|
Loading…
Add table
Add a link
Reference in a new issue