Add libssl-dev for ESP-IDF installation

pull/30/head
Pawel Jalocha 2020-09-29 20:23:36 +01:00
rodzic 8c7108fa56
commit 23e4514379
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,11 @@ sudo apt-get install libffi-dev
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
```
source ~/esp-idf/export.sh