Ok in hopes of not being redundant, here is the problem that I am running into. I am working on a mac and using terminal. I am trying to just use the basics to try and understand the process of creating a private channel. I use these instructions and now i have a small issue and questions, if you can help great
Packaging:
1)
Set your ROKU_DEV_TARGET environment variable.
export ROKU_DEV_TARGET=your roku IP address.
I am figuring that this is done in terminal, but when I type in export ROKU_DEV_TARGET=my roku IP address, nothing happens, what am i doing wrong2) Create a zip file with make. On your development machine, go to the directory where you edited the code. You will see a Makefile. Edit just this one line in the middle of the Makefile:
APPNAME = your_happy_little_app_name
I am using ROKUs video player makefile just as a test for now, if that's OK 3) Type make
Where do I type this? In Terminal? Tried that and nothing happened4) Type make install
Where do I type this? In Terminal? Tried that also and nothing happened5) In your web browser, type in
http://YOUR_ROKU_IP_ADDRESS
6) Remember those keys we generated in Part 1? Here they come into play. From the Roku documentation. I can’t shorten this and they’ve explained it better than I could: