m5stack / M5Stack_MicroPython

MicroPython for ESP32 with psRAM support
Other
230 stars 53 forks source link

Please, add DEPENDS description #9

Open oscaracena opened 5 years ago

oscaracena commented 5 years ago

Hi,

I could not compile the proyect until I install some missing packages: flex, bison, gperf and python-serial Please, could you add a DEPENDS file (or something like that) where you state these depends?

Thank you!

R-J commented 4 years ago

Thanks for the hint! I had to install libncurses-dev, too.

Running .BUILD.sh -v gives insights when the build process fails.