[canvaskit] Add MacOS specific notes for setup

Change-Id: Ie42f6c7c980f952bb18b4444716cbe4681507e9f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294601
Reviewed-by: Leon Scroggins <scroggo@google.com>
This commit is contained in:
Kevin Lubick 2020-06-05 11:39:07 -04:00
parent cd75b17943
commit 530fedf893

View File

@ -6,6 +6,13 @@ compilation.
[1]: https://emscripten.org/docs/getting_started/downloads.html
## MacOS specific notes
Make sure you have Python3 installed, otherwise the downloading emscripten toolchain
can fail with errors about SSL certificates. <https://github.com/emscripten-core/emsdk/pull/273>
See also <https://github.com/emscripten-core/emscripten/issues/9036#issuecomment-532092743>
for a solution to Python3 using the wrong certificates.
# Compile and Run Local Example
```