mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
		
						commit
						7f33300e3d
					
				
					 1 changed files with 26 additions and 0 deletions
				
			
		|  | @ -79,3 +79,29 @@ This is set in the property list file | |||
|     /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | ||||
| 
 | ||||
| To remove the limitation, simply delete the key `MinimumSDKVersion` from that file. | ||||
| 
 | ||||
| 
 | ||||
| # TL; DR | ||||
| 
 | ||||
| Works on a fresh installation of MacOS Catalina 10.15.6 | ||||
| 
 | ||||
| - Install [brew](https://brew.sh/): | ||||
| - Open Terminal | ||||
|      | ||||
| - Enter: | ||||
| 
 | ||||
| ```brew install cmake git gettext | ||||
| brew update | ||||
| brew upgrade | ||||
| git clone https://github.com/prusa3d/PrusaSlicer/ | ||||
| cd PrusaSlicer/deps | ||||
| mkdir build | ||||
| cd build | ||||
| cmake .. | ||||
| make | ||||
| cd ../.. | ||||
| mkdir build | ||||
| cd build | ||||
| cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local" | ||||
| make | ||||
| src/prusa-slicer | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966