Skip to content

How to build for ESP32

yichone edited this page Nov 30, 2016 · 8 revisions

esp32

Requirements:

The following tools are required, use apt-get to install them.

  • GNU autoconf, libtool, libtool-bin
  • GNU flex, bison, gawk,
  • libexpat1-dev

Windows:

We utilize VirtualBox (VB) with Ubuntu installed as build environment. If your OS is Linux, you can also setup the build environment according the following steps:

  1. Download and install VirtualBox-5.0.16-105871-Win (You'd better install the latest version, since I found that the older version such as 4.x cannot install the VB Guest Additions)
Clone this wiki locally