mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Documentation updates. Adding some developer centric docs (#4807)
* Renamed How to build file so the Wiki link works * Some documentation updates. * added clarifications and updates
This commit is contained in:
11
doc/How-to-build.md
Normal file
11
doc/How-to-build.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user