mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	MacOS: Add codesigning instructions to docs (#14060)
This commit is contained in:
		| @@ -33,13 +33,15 @@ mkdir build | ||||
| cd build | ||||
|  | ||||
| cmake .. \ | ||||
|     -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ | ||||
|     -DCMAKE_FIND_FRAMEWORK=LAST \ | ||||
|     -DCMAKE_INSTALL_PREFIX=../build/macos/ \ | ||||
|     -DRUN_IN_PLACE=FALSE -DENABLE_GETTEXT=TRUE | ||||
|  | ||||
| make -j$(sysctl -n hw.logicalcpu) | ||||
| make install | ||||
|  | ||||
| # M1 Macs w/ MacOS >= BigSur | ||||
| codesign --force --deep -s - macos/minetest.app | ||||
| ``` | ||||
|  | ||||
| ## Run | ||||
|   | ||||
		Reference in New Issue
	
	Block a user