Skip to content

Instantly share code, notes, and snippets.

@stonegray
Created March 3, 2022 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stonegray/0771169a60e345b48ff000c3b5ef5864 to your computer and use it in GitHub Desktop.
Save stonegray/0771169a60e345b48ff000c3b5ef5864 to your computer and use it in GitHub Desktop.
esp-idf quick install (macOS)
# Quick install script for esp-idf
# Should you be using the Docker container instead?
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
brew install python3 cmake ninja dfu-util
mkdir -p ~/esp
cd ~/esp
git clone --recursive https://github.com/espressif/esp-idf.git
cd ~/esp/esp-idf
./install.sh esp32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment