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:Code: Select all% 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.