mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Update README.md
This commit is contained in:
parent
5953f24361
commit
996af2b0b6
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -17,16 +17,16 @@ Prebuilt binaries are available through the [github releases page](https://githu
|
|||
- More features can be found in [change notes](https://github.com/SoftFever/OrcaSlicer/releases/)
|
||||
|
||||
# How to install
|
||||
## Windows:
|
||||
Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.
|
||||
**Windows**:
|
||||
> Unzip the binaries to any folder you prefer, then execute orca-slicer.exe to start the application.
|
||||
|
||||
## Mac:
|
||||
1. Download the right binaries for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
|
||||
2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
|
||||
3. Run the following command in the terminal to allow running unsigned applications: `xattr -d com.apple.quarantine /Applications/OrcaSlicer.app`.
|
||||
**Mac**:
|
||||
> 1. Download the right binaries for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
|
||||
> 2. Double click to unzip the package, move OrcaSlicer.app to Application folder.
|
||||
> 3. Run the following command in the terminal to allow running unsigned applications: `xattr -d com.apple.quarantine /Applications/OrcaSlicer.app`.
|
||||
|
||||
## Linux(Ubuntu):
|
||||
Run the downlaoded AppImage.
|
||||
**Linux(Ubuntu)**:
|
||||
> Run the downlaoded AppImage.
|
||||
# How to compile
|
||||
- Windows 64-bit
|
||||
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue