8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5190ff commit 09d2000Copy full SHA for 09d2000
README.md
@@ -6,8 +6,9 @@ Tested on Ubuntu.
6
7
### Build on Ubuntu
8
```bash
9
-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
10
-sudo pip install --upgrade pip
+sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
+curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
11
+pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
12
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
13
cd esp32-arduino-lib-builder
14
./build.sh
0 commit comments