mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 11:42:28 +00:00 
			
		
		
		
	Improve instructions for working with the Julia API (#7108)
This commit is contained in:
		
							parent
							
								
									0d24ec3613
								
							
						
					
					
						commit
						2280e9562a
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -14,7 +14,10 @@ make | ||||||
| 
 | 
 | ||||||
| ## Julia part | ## 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 | ### Using the compiled version of Z3 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue