Skip to content

Commit

Permalink
Update the instruction for the htsp reference app to include items th…
Browse files Browse the repository at this point in the history
…at should be loaded to Linux or OS X prior to using make.
  • Loading branch information
tsnuggs committed Feb 16, 2017
1 parent f1e2e8d commit b2dfd40
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions gnu_apps/extensible_ui_ref_app/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
##Router SDK Dynamic UI reference application and development tools. ##
#### NOTE: This folder contains an SDK app that uses GNU make to build and install. The SDK python tools cannot be used this application. ####
#Router SDK Dynamic UI reference application and development tools.#

Available GNU make targets:
----------

### IMPORTANT: ###
This folder contains an SDK app that uses GNU make to build and install. The SDK python tools cannot be used this application.

Prior to using 'make' execute the following based on you OS:

- Linux
- sudo apt-get install libffi-dev
- sudo apt-get install libssl-dev
- sudo apt-get install curl
- sudo apt-get install python3-pip
- sudo python3 -m pip install -U cryptography
- OS X
- install python 3.5.1 from python.org
- pip3 install pyopenssl
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- brew install curl
- brew install openssl
- export COPYFILE_DISABLE=1
- excludes that "*._" files from the tar.gz. package in OS X.

----------

###Available GNU make targets###

**default:**
Build and test the router SDK reference app and create the archive
Expand Down Expand Up @@ -40,6 +63,8 @@ Available GNU make targets:
Purge all applications from the locally connected router.


----------

# HOW-TO Steps for running the reference application on your router. #

*The Dynamic UI is supported in Firmware Version: 6.3.0 and above*
Expand Down

0 comments on commit b2dfd40

Please sign in to comment.