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.
66
77### Build on Ubuntu
88``` 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
1114git clone https://github.com/espressif/esp32-arduino-lib-builder
1215cd esp32-arduino-lib-builder
1316./build.sh
You can’t perform that action at this time.
0 commit comments