mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 03:15:11 +08:00

* Renamed How to build file so the Wiki link works * Some documentation updates. * added clarifications and updates
11 lines
316 B
Markdown
11 lines
316 B
Markdown
# How to compile
|
|
- Windows 64-bit
|
|
- Tools needed: Visual Studio 2019, Cmake, git, Strawberry Perl.
|
|
- Run `build_release.bat` in `x64 Native Tools Command Prompt for VS 2019`
|
|
|
|
- Mac 64-bit
|
|
- Tools needed: Xcode, Cmake, git, gettext
|
|
- run `build_release_macos.sh`
|
|
|
|
- Ubuntu
|
|
- run `BuildLinux.sh -udisr` |