File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ This repository contains the scripts that produce the libraries included with Ta
4
4
5
5
### Build on Ubuntu
6
6
``` bash
7
- sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python3 python3-pip python3-setuptools python3-serial python3-click python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache jq p7zip-full
8
- sudo pip3 install --upgrade pip3
7
+ sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
8
+ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
9
+ pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
9
10
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
10
11
cd esp32-arduino-lib-builder
11
12
./build.sh
You can’t perform that action at this time.
0 commit comments