thunderace / Esp8266-Arduino-Makefile

Makefile to build arduino code for ESP8266/ESP32x under linux (tested on debian X64)
34 stars 20 forks source link

unzip is needed to run installer #8

Closed Park0 closed 7 years ago

Park0 commented 7 years ago

If u run the install script in a minimal Environment u need to install unzip. For example in docker.

thunderace commented 7 years ago

Yes, it's a required, see here (sudo apt-get install libconfig-yaml-perl unzip)