Skip to content

Commit

Permalink
Added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaroberts committed Jun 7, 2019
1 parent 12340f5 commit 16d2376
Show file tree
Hide file tree
Showing 4 changed files with 708 additions and 1 deletion.
Binary file added .app.mk.swp
Binary file not shown.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ Take any of the .zip files and upload/install to the developer application insta

### Development Environment

This is set up for VS Code. There is an incredibly helpful extension [here](https://marketplace.visualstudio.com/items?itemName=celsoaf.brightscript).
This is set up for VS Code. There is an incredibly helpful extension [here](https://marketplace.visualstudio.com/items?itemName=celsoaf.brightscript).

### Linux Development

Set your envionment variables
> export ROKU_DEV_TARGET=<your ip from above>
> export DEVPASSWORD=<rokudev password>
Make
> make install
Loading

0 comments on commit 16d2376

Please sign in to comment.