mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	Minor tweaks to `README-CMake.md`.
				
					
				
			This commit is contained in:
		
							parent
							
								
									1d9a7dcf47
								
							
						
					
					
						commit
						7fd5042ff3
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -15,8 +15,8 @@ on your platform. Example generators include "UNIX Makfiles" and "Visual Studio
 | 
				
			||||||
If you have never used the python build system you can skip this step.
 | 
					If you have never used the python build system you can skip this step.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The existing Python build system creates generated source files in
 | 
					The existing Python build system creates generated source files in
 | 
				
			||||||
the build tree. The CMake build system will refuse to work if it
 | 
					the source tree. The CMake build system will refuse to work if it
 | 
				
			||||||
detects this so you need to clean your build tree first.
 | 
					detects this so you need to clean your source tree first.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To do this run the following in the root of the repository
 | 
					To do this run the following in the root of the repository
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -46,8 +46,8 @@ python contrib/cmake/bootstrap.py create
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
in the root of the repository. Once you have done this you can now build Z3 using CMake.
 | 
					in the root of the repository. Once you have done this you can now build Z3 using CMake.
 | 
				
			||||||
Remember to rerun this command if you pull down new code or change branch so
 | 
					Make sure you remember to rerun this command if you pull down new code/rebase/change branch so
 | 
				
			||||||
that the CMake files are up to date.
 | 
					that the copied CMake files are up to date.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To remove the copied files run
 | 
					To remove the copied files run
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue