Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sridharmca
Newbie

Getting error while running make install on the sample programs

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?

0 Kudos
1 REPLY 1
renojim
Community Streaming Expert

Re: Getting error while running make install on the sample programs

You don't run make from that directory.  Try copying the contents of the makefile directory to the same directory that contains the manifest for your project and run make from there.

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
0 Kudos