mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
[CMake] Add a note about the name of the Z3 Java `.jar
` file.
This commit is contained in:
parent
c6965d5cb2
commit
49c92e4bd7
|
@ -308,6 +308,10 @@ correct location. For example
|
||||||
```
|
```
|
||||||
JAVA_HOME=/usr/lib/jvm/default cmake -DBUILD_JAVA_BINDINGS=ON ../
|
JAVA_HOME=/usr/lib/jvm/default cmake -DBUILD_JAVA_BINDINGS=ON ../
|
||||||
```
|
```
|
||||||
|
Note that the built ``.jar`` file is named ``com.microsoft.z3-VERSION.jar``
|
||||||
|
where ``VERSION`` is the Z3 version. Under non Windows systems a
|
||||||
|
symbolic link named ``com.microsoft.z3.jar`` is provided. This symbolic
|
||||||
|
link is not created when building under Windows.
|
||||||
|
|
||||||
## Developer/packager notes
|
## Developer/packager notes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue