Update README.md to provide alternative download links of webview2 runtimes (#3384)
Improve install and build instructions slightly.
This commit is contained in:
parent
98a9bf6170
commit
60ab79cae0
1 changed files with 13 additions and 4 deletions
17
README.md
17
README.md
|
@ -22,10 +22,15 @@ Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr
|
||||||
|
|
||||||
# How to install
|
# How to install
|
||||||
**Windows**:
|
**Windows**:
|
||||||
1. Install and run
|
1. Download the installer for your preferred version from the [releases page](https://github.com/SoftFever/OrcaSlicer/releases).
|
||||||
|
- *For convenience there is also a portable build available.*
|
||||||
- *If you have troubles to run the build, you might need to install following runtimes:*
|
- *If you have troubles to run the build, you might need to install following runtimes:*
|
||||||
- [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe)
|
- [MicrosoftEdgeWebView2RuntimeInstallerX64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/MicrosoftEdgeWebView2RuntimeInstallerX64.exe)
|
||||||
- [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe)
|
- [Details of this runtime](https://aka.ms/webview2)
|
||||||
|
- [Alternative Download Link Hosted by Microsoft](https://go.microsoft.com/fwlink/p/?LinkId=2124703)
|
||||||
|
- [vcredist2019_x64](https://github.com/SoftFever/BambuStudio-SoftFever/releases/download/v1.0.10-sf2/vcredist2019_x64.exe)
|
||||||
|
- [Alternative Download Link Hosted by Microsoft](https://aka.ms/vs/17/release/vc_redist.x64.exe)
|
||||||
|
- This file may already be available on your computer if you've installed visual studio. Check the following location: `%VCINSTALLDIR%Redist\MSVC\v142`
|
||||||
|
|
||||||
**Mac**:
|
**Mac**:
|
||||||
1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
|
1. Download the DMG for your computer: `arm64` version for Apple Silicon and `x86_64` for Intel CPU.
|
||||||
|
@ -51,16 +56,20 @@ Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr
|
||||||
**Linux(Ubuntu)**:
|
**Linux(Ubuntu)**:
|
||||||
1. If you run into trouble to execute it, try this command in terminal:
|
1. If you run into trouble to execute it, try this command in terminal:
|
||||||
`chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage`
|
`chmod +x /path_to_appimage/OrcaSlicer_ubu64.AppImage`
|
||||||
|
|
||||||
# How to compile
|
# How to compile
|
||||||
- Windows 64-bit
|
- Windows 64-bit
|
||||||
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
||||||
|
- You will require cmake version 3.14 or later, which is available [on their website](https://cmake.org/download/).
|
||||||
|
- Strawberry Perl is [available on their github repository](https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/).
|
||||||
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
|
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
|
||||||
|
|
||||||
- Mac 64-bit
|
- Mac 64-bit
|
||||||
- Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf
|
- Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf
|
||||||
- run `build_release_macos.sh`
|
- run `build_release_macos.sh`
|
||||||
|
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
|
- Dependencies **Will be auto installed with the shell script**: `libmspack-dev libgstreamerd-3-dev libsecret-1-dev libwebkit2gtk-4.0-dev libosmesa6-dev libssl-dev libcurl4-openssl-dev eglexternalplatform-dev libudev-dev libdbus-1-dev extra-cmake-modules libgtk2.0-dev libglew-dev libudev-dev libdbus-1-dev cmake git`
|
||||||
- run 'sudo ./BuildLinux.sh -u'
|
- run 'sudo ./BuildLinux.sh -u'
|
||||||
- run './BuildLinux.sh -dsir'
|
- run './BuildLinux.sh -dsir'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue