PocketSprite / 8bkc-sdk

SDK for programming apps for the PocketSprite
64 stars 20 forks source link

Document dependency on imagemagick #9

Closed jldoubleu closed 6 years ago

jldoubleu commented 6 years ago

I attempted to build 8bkc-fluppy following the setup instructions in the Getting Started section of the documentation. The build failed with:

make[1]: convert: Command not found
/esp/8bkc-sdk/8bkc-components/powerbtn_menu/component.mk:16: recipe for target 'graphics.inc' failed
make[1]: *** [graphics.inc] Error 127
/esp/8bkc-sdk/esp-idf/make/project.mk:450: recipe for target 'component-powerbtn_menu-build' failed
make: *** [component-powerbtn_menu-build] Error 2

installing imagemagick resolved the issue

Spritetm commented 6 years ago

I merged your PR, thanks!