We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a8974 commit 851df9bCopy full SHA for 851df9b
README.md
@@ -4,7 +4,7 @@ This repository contains the scripts that produce the libraries included with Ta
4
5
### Build on Ubuntu
6
```bash
7
-sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
+sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache jq
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
10
git clone https://github.com/Jason2866/esp32-arduino-lib-builder
0 commit comments