From 66bd26f007a2d6e0e0c5d605db16af373f61a77c Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 27 Sep 2024 15:35:03 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108f07b3..16984b36 100644 --- a/README.md +++ b/README.md @@ -639,6 +639,7 @@ You can install IDF manually on Linux or Windows (using the Subsystem for Linux) import ssl ssl._create_default_https_context = ssl._create_unverified_context ``` +And because the fun never ends, some Windows installation might fail to build a few file and spit a tons of errors on the output. It seems that the cache of the compile is a problem, so try to disable it by running `idf.py --no-ccache build` (I know...) ## Building SqueezeESP32 When initially cloning the repo, make sure you do it recursively. For example: `git clone --recursive https://github.com/sle118/squeezelite-esp32.git`. You also should install cspot additional components for protobuf use. ```