mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-03 02:56:42 +00:00 
			
		
		
		
	The following changes are included: - https://github.com/OpenMW/openmw-deps-mac/pull/37 - https://github.com/OpenMW/openmw-deps-mac/pull/38
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
brew update
 | 
						|
 | 
						|
brew outdated cmake || brew upgrade cmake
 | 
						|
brew outdated pkgconfig || brew upgrade pkgconfig
 | 
						|
brew install $macos_qt_formula
 | 
						|
 | 
						|
curl https://downloads.openmw.org/osx/dependencies/openmw-deps-c40905f.zip -o ~/openmw-deps.zip
 | 
						|
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
 |