Skip to content

Commit 2280e95

Browse files
authored
Improve instructions for working with the Julia API (#7108)
1 parent 0d24ec3 commit 2280e95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/api/julia/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ make
1414

1515
## Julia part
1616

17-
The Z3 binaries are provided to [Z3.jl](https://github.com/ahumenberger/Z3.jl) via [z3_jll.jl](https://github.com/JuliaBinaryWrappers/z3_jll.jl). That is, in order to release a new Z3 version one has to update the corresponding [build script](https://github.com/JuliaPackaging/Yggdrasil/tree/master/Z/z3) which triggers a new version of z3_jll.jl.
17+
The Z3 binaries are provided to [Z3.jl](https://github.com/ahumenberger/Z3.jl) via [z3_jll.jl](https://github.com/JuliaBinaryWrappers/z3_jll.jl).
18+
That is, in order to propagate any C++ changes to the Julia side, one has to:
19+
1. Release a new version of Z3.
20+
2. Update the corresponding [build script](https://github.com/JuliaPackaging/Yggdrasil/tree/master/Z/z3) to use the new Z3 release.
1821

1922
### Using the compiled version of Z3
2023

0 commit comments

Comments
 (0)