Add build instructions for Linux
This commit is contained in:
parent
4991427987
commit
1ca1a06efb
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -2,4 +2,13 @@
|
|||
|
||||
This repository contains the scripts that produce the libraries included with esp32-arduino.
|
||||
|
||||
Requires: python, make, libncurses-dev, flex, bison and gperf
|
||||
Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS.
|
||||
|
||||
### Build on Ubuntu and Raspberry Pi
|
||||
```bash
|
||||
sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache
|
||||
sudo pip install --upgrade pip
|
||||
git clone https://github.com/espressif/esp32-arduino-lib-builder
|
||||
cd esp32-arduino-lib-builder
|
||||
./build.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue