File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ Tested on Ubuntu and MacOS.
6
6
7
7
### Build on Ubuntu
8
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 jq
10
- sudo pip install --upgrade pip
9
+ sudo apt update
10
+ sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python-setuptools gperf cmake ninja-build ccache jq xz-utils
11
+ curl -LsSf https://astral.sh/uv/install.sh | sh
12
+ uv venv
13
+ uv pip install future pyelftools
11
14
git clone https://github.com/espressif/esp32-arduino-lib-builder
12
15
cd esp32-arduino-lib-builder
13
16
./build.sh
You can’t perform that action at this time.
0 commit comments