maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

unable to create menuconfig #91

Open ejdprops opened 3 years ago

ejdprops commented 3 years ago

When trying to run cmake menuconfig from the esp32-homekit-camera directory, I get the following error:

CMake Error: The source directory "F:/Programs/esp32-homekit-camera/menuconfig" does not exist.

I've followed all the instructions for setting up everything but cannot figure out why it's telling me this. I've never used the ESP-IDF before, so any help would be greatly appreciated.

simonbogh commented 2 years ago

You have to run make and not cmake.