From 530fedf893199e0f86e0abe349ff2d81c9d9cdd6 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Fri, 5 Jun 2020 11:39:07 -0400 Subject: [PATCH] [canvaskit] Add MacOS specific notes for setup Change-Id: Ie42f6c7c980f952bb18b4444716cbe4681507e9f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294601 Reviewed-by: Leon Scroggins --- modules/canvaskit/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/canvaskit/README.md b/modules/canvaskit/README.md index a392d08e13..48a197021f 100644 --- a/modules/canvaskit/README.md +++ b/modules/canvaskit/README.md @@ -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. + +See also +for a solution to Python3 using the wrong certificates. + # Compile and Run Local Example ```