-
Notifications
You must be signed in to change notification settings - Fork 35
Downloading the SDK
Ben Chaco edited this page Aug 13, 2014
·
13 revisions
First, you should create a directory for your build environment, for example ${HOME}/epiphany-sdk
. Next set an environment variable named EPIPHANY_BUILD_HOME which points to the root of your build tree.
For example, from a bash shell execute:
export EPIPHANY_BUILD_HOME=$HOME/epiphany-sdk
cd $EPIPHANY_BUILD_HOME
git clone https://github.com/adapteva/epiphany-sdk sdk
This will clone the Epiphany SDK source tree into a directory named 'sdk'.
Information about building the SDK can be found on the Building the SDK page.