Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

To set up the development environment, you need to install the following tools.

  • Vagrant: a tool for managing and configuring Virtual Machines. 
  • VirtualBox: free virtual machine software that we use for developing our firmware code.
  • VirtualBox Extension Pack (further down the page)git: it's located at the same download page as virtual box.
  • git
Info



Installation

The idea is that Vagrant uses VirtualBox to provision a virtual machine for our pre-configured image, box. This virtual machine contains a fully integrated development environment, including everything you'll need to develop software for our team.

...