Skip to content

Commit

Permalink
Improve instructions for working with the Julia API (#7108)
Browse files Browse the repository at this point in the history
  • Loading branch information
remysucre committed Feb 2, 2024
1 parent 0d24ec3 commit 2280e95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/julia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ make

## Julia part

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.
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 propagate any C++ changes to the Julia side, one has to:
1. Release a new version of Z3.
2. Update the corresponding [build script](https://github.com/JuliaPackaging/Yggdrasil/tree/master/Z/z3) to use the new Z3 release.

### Using the compiled version of Z3

Expand Down

0 comments on commit 2280e95

Please sign in to comment.