Skip to content

Commit 1ca1a06

Browse files
committed
Add build instructions for Linux
1 parent 4991427 commit 1ca1a06

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22

33
This repository contains the scripts that produce the libraries included with esp32-arduino.
44

5-
Requires: python, make, libncurses-dev, flex, bison and gperf
5+
Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS.
6+
7+
### Build on Ubuntu and Raspberry Pi
8+
```bash
9+
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
10+
sudo pip install --upgrade pip
11+
git clone https://github.com/espressif/esp32-arduino-lib-builder
12+
cd esp32-arduino-lib-builder
13+
./build.sh
14+
```

0 commit comments

Comments
 (0)