You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can more easily build the libraries using the user interface found in the `tools/config_editor/` folder.
19
+
It is a Python script that allows you to select and edit the options for the libraries you want to build.
20
+
The script has mouse support and can also be pre-configured using the same command line arguments as the `build.sh` script.
21
+
For more information and troubleshooting, please refer to the [UI README](tools/config_editor/README.md).
22
+
23
+
To use it, follow these steps:
24
+
25
+
1. Make sure you have the required dependencies installed:
26
+
- Python 3.9 or later
27
+
- The [Textual](https://github.com/textualize/textual/) library
28
+
- All the dependencies listed in the previous section
29
+
30
+
2. Execute the script `tools/config_editor/app.py` from any folder. It will automatically detect the path to the root of the repository.
31
+
32
+
3. Configure the compilation and ESP-IDF options as desired.
33
+
34
+
4. Click on the "Compile Static Libraries" button to start the compilation process.
35
+
36
+
5. The script will show the compilation output in a new screen. Note that the compilation process can take many hours, depending on the number of libraries selected and the options chosen.
37
+
38
+
6. If the compilation is successful and the option to copy the libraries to the Arduino Core folder is enabled, it will already be available for use in the Arduino IDE. Otherwise, you can find the compiled libraries in the `esp32-arduino-libs` folder alongside this repository.
39
+
- Note that the copy operation doesn't currently support the core downloaded from the Arduino IDE Boards Manager, only the manual installation from the [`arduino-esp32`](https://github.com/espressif/arduino-esp32) repository.
40
+
15
41
### Documentation
16
42
17
43
For more information about how to use the Library builder, please refer to this [Documentation page](https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html?highlight=lib%20builder)
0 commit comments