This repository contains the scripts that produce the libraries included with esp32-arduino.
Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS.
// Build all targets
./build.sh
// Build specific targets, e.g. ESP32-S3
./build.sh -t esp32s3
For more information about how to use the Library builder, please refer to this Documentation page