Document building and debugging with XCode. (#3733)
* Document building and debugging with XCode. * Account for Intel Macs!
This commit is contained in:
parent
fe148515ce
commit
54795dfaaa
1 changed files with 8 additions and 0 deletions
|
@ -68,6 +68,14 @@ Orca Slicer's logo is designed by community member Justin Levine(@freejstnalxndr
|
||||||
- Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf, texinfo
|
- Tools needed: Xcode, Cmake, git, gettext, libtool, automake, autoconf, texinfo
|
||||||
- You can install most of them by running `brew install cmake gettext libtool automake autoconf texinfo`
|
- You can install most of them by running `brew install cmake gettext libtool automake autoconf texinfo`
|
||||||
- run `build_release_macos.sh`
|
- run `build_release_macos.sh`
|
||||||
|
- To build and debug in XCode:
|
||||||
|
- run `XCode.app`
|
||||||
|
- open ``build_`arch`/OrcaSlicer.xcodeproj``
|
||||||
|
- menu bar: Product => Scheme => OrcaSlicer
|
||||||
|
- menu bar: Product => Scheme => Edit Scheme...
|
||||||
|
- Run => Info tab => Build Configuration: `RelWithDebInfo`
|
||||||
|
- Run => Options tab => Document Versions: uncheck `Allow debugging when browsing versions`
|
||||||
|
- menu bar: Product => Run
|
||||||
|
|
||||||
- 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 texinfo`
|
- 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 texinfo`
|
||||||
|
|
Loading…
Reference in a new issue