Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jnss95/f197fd47cb2178fc4aedd58081ae33e1 to your computer and use it in GitHub Desktop.
Save jnss95/f197fd47cb2178fc4aedd58081ae33e1 to your computer and use it in GitHub Desktop.
Bootstrap script for ESP8266 SDK on Arch Linux
#!/bin/sh -exu
sudo pacman -S --needed --noconfirm base-devel python2 expat ncurses gperf git wget unzip help2man
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make STANDALONE=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment