EnTerr
12 years agoRoku Guru
Where are the SDK Makefiles?
After year(s) hiatus looking at BrightScript, i returned back trying the SDK examples and i see we should look for latest code on http://sourceforge.net/projects/rokusdkexamples/files/ (RokuJoel said so in forum and Dev.Guide examples list points there)
So i did download example zips but the makefiles are missing? Not in the ZIPs i looked and not in the code trunk either. I do remember there were makefiles at the time of single monolithic-zip SDK - and the Dev Guide says so ( http://sdkdocs.roku.com/display/sdkdoc/ ... thechannel 😞
What am i missing?
PS. i have no intention of using Eclipse as IDE for Roku, make/bash worked fine last time i had them.
So i did download example zips but the makefiles are missing? Not in the ZIPs i looked and not in the code trunk either. I do remember there were makefiles at the time of single monolithic-zip SDK - and the Dev Guide says so ( http://sdkdocs.roku.com/display/sdkdoc/ ... thechannel 😞
7.3 Using the Makefile to "Side-Load" the channel
The SDK examples include Makefiles that can automate the steps needed to install the channel. The Makefiles use the ROKU_DEV_TARGET environment variable to know the ip address of the Roku box to install on. Instead of following the steps in 7.2, you could use the Makefile from a shell like so:% export ROKU_DEV_TARGET=192.168.1.140
% cd <sdk>/examples/source/videoplayer
% make install
What am i missing?
PS. i have no intention of using Eclipse as IDE for Roku, make/bash worked fine last time i had them.