Skip to content

Commit

Permalink
Update How to build - Mac OS.md
Browse files Browse the repository at this point in the history
Slic3r or SuperSlicer/deps not PrusaSlicer/deps
  • Loading branch information
conrad760 authored and supermerill committed Nov 16, 2023
1 parent 44fa0ad commit 71e1c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/How to build - Mac OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ Works on a fresh installation of MacOS Catalina 10.15.6
brew update
brew install cmake git gettext
brew upgrade
git clone https://github.com/prusa3d/PrusaSlicer/
cd PrusaSlicer/deps
git clone https://github.com/slic3r/Slic3r.git
cd Slic3r/deps
mkdir build
cd build
cmake ..
Expand All @@ -125,5 +125,5 @@ mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
make
src/prusa-slicer
src/slic3r
```

0 comments on commit 71e1c53

Please sign in to comment.