mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	Add a note about using DESTDIR when building Z3 completes.
This commit is contained in:
		
							parent
							
								
									4c11037d70
								
							
						
					
					
						commit
						e8822b1806
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2087,7 +2087,9 @@ def mk_makefile():
 | 
			
		|||
    out.write("\t@echo \"Z3Py scripts stored in arbitrary directories can be also executed if \'%s\' directory is added to the PYTHONPATH environment variable.\"\n" % BUILD_DIR)
 | 
			
		||||
    if not IS_WINDOWS:
 | 
			
		||||
        out.write("\t@echo Use the following command to install Z3 at prefix $(PREFIX).\n")
 | 
			
		||||
        out.write('\t@echo "    sudo make install"\n')
 | 
			
		||||
        out.write('\t@echo "    sudo make install"\n\n')
 | 
			
		||||
        out.write("\t@echo If you are doing a staged install you can use DESTDIR.\n")
 | 
			
		||||
        out.write('\t@echo "    make DESTDIR=/some/temp/directory install"\n')
 | 
			
		||||
    # Generate :examples rule
 | 
			
		||||
    out.write('examples:')
 | 
			
		||||
    for c in get_components():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue