Skip to content

Commit 28c2a54

Browse files
authored
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
1 parent e27c39a commit 28c2a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Compiling for ESP32
213213
* cmake
214214
* ninja-build
215215
* python
216+
* libusb-1.0-0-dev
216217

217218
* macOS
218219
* `xcode-select -–install`

0 commit comments

Comments
 (0)