I am trying to run the sample programs from Roku GitHub. While I was able to upload the zip file and see the channel on TV, I was unable to do the same via make install.
For a specific channel code base, I went inside the makefile directory and ran the command 'make install' by passing ROKU DEV TARGET.
This is what I am getting error as below:
make: *** No rule to make target `manifest', needed by 'APPNAME' stop.
Can someone help me with what I am doing wrong and how to make it work?