Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-07-22 17:00:52 +0300
committerVojtech Kral <vojtech@kral.hk>2019-07-22 17:00:52 +0300
commitab677bad41bedf74296c9cc02224c64aea03af07 (patch)
tree666ab5826b706bd40d9b316799925cda83cc7f61 /doc
parent77c3d2fbb3ef2343777dd00bbae4056d4509331c (diff)
Mac OS: Fix gettext lookup in deps build
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Mac OS.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/How to build - Mac OS.md b/doc/How to build - Mac OS.md
index b4196909d..082c560b7 100644
--- a/doc/How to build - Mac OS.md
+++ b/doc/How to build - Mac OS.md
@@ -1,7 +1,15 @@
# Building PrusaSlicer on Mac OS
-To build PrusaSlicer on Mac OS, you will need to install XCode, [CMake](https://cmake.org/) (available on Brew) and possibly git.
+To build PrusaSlicer on Mac OS, you will need the following software:
+
+- XCode
+- CMake
+- git
+- gettext
+
+XCode is available through Apple's App Store, the other three tools are available on
+[brew](https://brew.sh/) (use `brew install cmake git gettext` to install them).
### Dependencies