mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 22:14:00 -06:00
Fixes a typo in the build instructions (#6047)
the line `brew install cmake git gettext` wasn't visible due to formatting error
This commit is contained in:
parent
b75830df6e
commit
1661db6849
1 changed files with 3 additions and 1 deletions
|
@ -90,8 +90,9 @@ Works on a fresh installation of MacOS Catalina 10.15.6
|
|||
|
||||
- Enter:
|
||||
|
||||
```brew install cmake git gettext
|
||||
```
|
||||
brew update
|
||||
brew install cmake git gettext
|
||||
brew upgrade
|
||||
git clone https://github.com/prusa3d/PrusaSlicer/
|
||||
cd PrusaSlicer/deps
|
||||
|
@ -105,3 +106,4 @@ cd build
|
|||
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
|
||||
make
|
||||
src/prusa-slicer
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue