forked from arduino/Arduino
-
Notifications
You must be signed in to change notification settings - Fork 671
Build Energia
Rei Vilo edited this page May 19, 2014
·
4 revisions
The download section of the Energia website offers the official releases.
However, many bugs are fixed on a daily basis and you may want to have the latest release of the code source of Energia.
To do so,
- just download the code source from the GitGub repository (zip file)
- and compile it following those instructions available at Building Arduino for Windows, Mac OS X and Linux.
They are written for Arduino but work for Energia.
For Mac OS X 10.9 Mavericks, ant
is no longer included.
- Open a Terminal window
- Install Homebrew with
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
- Launch
$ brew update
- Run
$ brew install ant
-
ant
is available now
Then
- Download the master from GitHub, a
zip
file - Unzip the file: a new folder
~/Downloads/Energia
is created - Open the folder
build
inside the new folder bycd ~/Downloads/Energia/build
- Run
ant dist
- Answer
enter
to the prompts - The Energia application is inside the
~/Downloads/Energia/build/macosx/work
folder - Copy it to the
/Applications
folder