atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

Make failed on Windows #98

Closed nmeunier closed 3 years ago

nmeunier commented 3 years ago

OS: Windows 10 Branch: master

When the command "idf.py menuconfig" is launched, the make failed and return the following error :

CMake Error at CMakeLists.txt:65 (message):
  Unable to find 'gzip' program

-- Configuring incomplete, errors occurred!
cmake failed with exit code 1

The gzip tool is not available on Windows

atanisoft commented 3 years ago

gzip is available for windows but is not available unless you install it.. http://gnuwin32.sourceforge.net/packages/gzip.htm. Note that the CMake build will look for it in "\bin" on the drive which has the code on it.