From 28c2a54fe6da86c619d9a67591b8ebc9d34a612f Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Sun, 27 Oct 2024 13:53:09 -1000 Subject: [PATCH] Added build requirement for libusb-1.0-0-dev I tried compiling lvgl_micropython in a GitHub codespace (Ubuntu) and it failed. The underlying problem was that libusb-1.0-0-dev was not installed, and the ESP-IDF export.sh errored out, causing a host of downstream problems due to paths not being set correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c5978c4..d6a6a5a6 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ Compiling for ESP32 * cmake * ninja-build * python + * libusb-1.0-0-dev * macOS * `xcode-select -–install`