kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
Add libssl-dev for ESP-IDF installation
rodzic
8c7108fa56
commit
23e4514379
|
@ -24,6 +24,11 @@ sudo apt-get install libffi-dev
|
||||||
pip install --upgrade virtualenv==16.7.9
|
pip install --upgrade virtualenv==16.7.9
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you see errors about openssl/opensslv.h then you need:
|
||||||
|
```
|
||||||
|
sudo apt-get install libssl-dev
|
||||||
|
```
|
||||||
|
|
||||||
Then, in order to be able to *make* projects you need to run
|
Then, in order to be able to *make* projects you need to run
|
||||||
```
|
```
|
||||||
source ~/esp-idf/export.sh
|
source ~/esp-idf/export.sh
|
||||||
|
|
Ładowanie…
Reference in New Issue