Skip to content

Build Energia

Rei Vilo edited this page Dec 3, 2013 · 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 [https://github.com/energia/Energia GitHub repository] ([https://github.com/energia/Energia/archive/master.zip zip file])
  • and compile it following those instructions available at [http://code.google.com/p/arduino/wiki/BuildingArduino Building Arduino] for Windows, Mac OS X and Linux.

They are written for Arduino but work for Energia.

Mac OS X 10.9 Mavericks

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 by cd ~/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
Clone this wiki locally