mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	moved new ml stuff to src/ml
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									3da69a4f1b
								
							
						
					
					
						commit
						839cc36e11
					
				
					 12 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										23
									
								
								src/ml/README-win
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								src/ml/README-win
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,23 @@
 | 
			
		|||
The OCaml API for Z3 was tested using OCaml 3.12.1.
 | 
			
		||||
You also need CamlIDL to be able to generate the OCaml API.
 | 
			
		||||
 | 
			
		||||
- To download OCaml:
 | 
			
		||||
  http://caml.inria.fr/ocaml/      
 | 
			
		||||
 | 
			
		||||
- To download CamlIDL:
 | 
			
		||||
  http://forge.ocamlcore.org/projects/camlidl/
 | 
			
		||||
 | 
			
		||||
- To build the OCaml API for Z3:
 | 
			
		||||
  .\build-lib.cmd
 | 
			
		||||
 | 
			
		||||
Remark: The OCaml and C compiler tool chains must be configured in your environment.
 | 
			
		||||
Running from the Visual Studio Command Prompt configures the Microsoft C compiler.
 | 
			
		||||
 | 
			
		||||
Remark: Building the OCaml API copies some pathnames into files,
 | 
			
		||||
so the OCaml API must be recompiled if the Z3 library files are moved.
 | 
			
		||||
 | 
			
		||||
See ..\examples\ocaml\build-test.cmd for an example of how to compile and link with Z3.
 | 
			
		||||
 | 
			
		||||
Acknowledgements:
 | 
			
		||||
The OCaml interface for Z3 was written by Josh Berdine and Jakob Lichtenberg. 
 | 
			
		||||
Many thanks to them!
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue