mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 18:26:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			305 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			305 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 http://downloads.openmw.org/osx/dependencies/openmw-deps-c++11.zip -o ~/openmw-deps.zip
 | |
| unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
 |