Skip to content

Commit

Permalink
Merge pull request #4630 from danhae/patch-1
Browse files Browse the repository at this point in the history
Update How to build - Mac OS.md
  • Loading branch information
bubnikv authored Aug 14, 2020
2 parents add3894 + f2f5632 commit 548497b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions doc/How to build - Mac OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,29 @@ This is set in the property list file
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist

To remove the limitation, simply delete the key `MinimumSDKVersion` from that file.


# TL; DR

Works on a fresh installation of MacOS Catalina 10.15.6

- Install [brew](https://brew.sh/):
- Open Terminal

- Enter:

```brew install cmake git gettext
brew update
brew upgrade
git clone https://github.com/prusa3d/PrusaSlicer/
cd PrusaSlicer/deps
mkdir build
cd build
cmake ..
make
cd ../..
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
make
src/prusa-slicer

0 comments on commit 548497b

Please sign in to comment.