Forum Discussion
RokuKevin
15 years agoVisitor
You will need a unix shell with the the "make", "zip", and "curl" commands available.
Go to any of the examples in the SDK... example:
% cd <sdk>/examples/source/simplevideoplayer
% make install
That will side-load the simplevideoplayer example app. If you copy the same directory structure for you application, you can use the same make commands on your application.
Linux and the Mac should contain the shell environment out of the box. On windows you may need to install cygwin:
http://www.cygwin.com/
--Kevin
Go to any of the examples in the SDK... example:
% cd <sdk>/examples/source/simplevideoplayer
% make install
That will side-load the simplevideoplayer example app. If you copy the same directory structure for you application, you can use the same make commands on your application.
Linux and the Mac should contain the shell environment out of the box. On windows you may need to install cygwin:
http://www.cygwin.com/
--Kevin