From 3587f5bb9db1a0069953cc37a394cd790d9b0e1c Mon Sep 17 00:00:00 2001 From: pmow Date: Wed, 25 Feb 2026 23:54:04 -1000 Subject: [PATCH] Update README.md Added needed steps for 0.92 and 0.91 versions on MacOS --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 664952877c1..639b6509ea7 100644 --- a/README.md +++ b/README.md @@ -103,14 +103,18 @@ These settings give you precise control over how your mixed colors appear in the - This file may already be available on your computer if you've installed visual studio. Check the following location: `%VCINSTALLDIR%Redist\MSVC\v142` **Mac**: -1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU. -2. Drag Snapmaker_Orca.app to Application folder. -3. *If you want to run a build from a PR, you also need to follow the instructions below:* +1. Download the release file for your computer: `arm64` version for Apple Silicon. +2. Unzip the release zip file. +3. Open Terminal and run `chmod +x /Applications/0.9x-alpha_MacOS_arm64.app/Contents/MacOS/Snapmaker_Orca` +4. Drag the release .app file to your Applications folder. + + *Note: If you install homebrew package manager on MacOS, your homebrew folder has moved and the app will crash when it doesn't find the required library. To fix this, run "brew install zstd" from the Terminal.* + +*If you want to run a build from a PR, you also need to follow the instructions below:*
- Option 1 (You only need to do this once. After that the app can be opened normally.): - Step 1: Hold _cmd_ and right click the app, from the context menu choose **Open**. - - Step 2: A warning window will pop up, click _Open_ - + - Step 2: A warning window will pop up, click _Open_ - Option 2: Execute this command in terminal: `xattr -dr com.apple.quarantine /Applications/Snapmaker_Orca.app` ```console @@ -123,6 +127,7 @@ These settings give you precise control over how your mixed colors appear in the ![image](./SoftFever_doc/mac_security_setting.png)
+ **Linux (Ubuntu)**: 1. If you run into trouble executing it, try this command in the terminal: `chmod +x /path_to_appimage/Snapmaker_Orca_Linux.AppImage`