Add help in error case in mac installation instruction

This commit is contained in:
jaine
2019-01-14 19:15:02 +02:00
parent 7431aadfba
commit bab5c88061
+17
View File
@@ -55,3 +55,20 @@ bash setup.sh
and follow the instructions.
## Done!
## In case of error on macOS Mojave 10.14
If you get an error saying
```
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
```
run
```
xcode-select --install
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
```