younghyunjo / esp32-homekit

ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)
Apache License 2.0
445 stars 124 forks source link

cannot compile #53

Closed WallXiaoming closed 2 years ago

WallXiaoming commented 2 years ago

I followed the documentation and installed esp-idf. I rarely use make

cd examples/switch
make

Makefile:8: /make/project.mk: No such file or directory make: *** No rule to make target '/make/project.mk'. Stop.

WallXiaoming commented 2 years ago

Since ESP-IDF V4.0, the default build system is based on CMake. I use CMake