From fead54e74464d2034aeba6b96ffcf0bb0224fab4 Mon Sep 17 00:00:00 2001 From: John Lauer Date: Wed, 10 Jul 2019 10:55:19 -0700 Subject: [PATCH] Add video walk through of build process (#2826) --- docs/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build.md b/docs/build.md index 7f5b03b8..c7a26c2b 100644 --- a/docs/build.md +++ b/docs/build.md @@ -37,6 +37,10 @@ git submodule init #only if repo was cloned w/o submodules init git submodule update --recursive ``` +Here is a video walk through by John Lauer (ChiliPeppr) of building the firmware in Linux from scratch with a fresh install of Ubuntu 19 so you can see all of the dependencies needed to get your build completed and flashed to your ESP32 device. + +[![Video walk through for Linux Build Environment](https://img.youtube.com/vi/x6CGECsioYg/0.jpg)](https://www.youtube.com/watch?v=x6CGECsioYg "Video walk through for Linux Build Environment") + ## Build Options All configuration options are accessed from the file `sdkconfig`. It's advisable to set it up with the interactive `make menuconfig` - on a fresh checkout you're prompted to run through it by default.