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
@ -90,8 +90,9 @@ Works on a fresh installation of MacOS Catalina 10.15.6
|
|||||||
|
|
||||||
- Enter:
|
- Enter:
|
||||||
|
|
||||||
```brew install cmake git gettext
|
```
|
||||||
brew update
|
brew update
|
||||||
|
brew install cmake git gettext
|
||||||
brew upgrade
|
brew upgrade
|
||||||
git clone https://github.com/prusa3d/PrusaSlicer/
|
git clone https://github.com/prusa3d/PrusaSlicer/
|
||||||
cd PrusaSlicer/deps
|
cd PrusaSlicer/deps
|
||||||
@ -105,3 +106,4 @@ cd build
|
|||||||
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
|
cmake .. -DCMAKE_PREFIX_PATH="$PWD/../deps/build/destdir/usr/local"
|
||||||
make
|
make
|
||||||
src/prusa-slicer
|
src/prusa-slicer
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user