You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add to 02_2_software.html these three packages.
Without them installing espflash doesn't work with WSL:
sudo apt install pkg-config libudev-dev make
Although it is mentioned in the "Troubleshooting area" (apt-get update \ && apt-get install -y vim nano git curl gcc ninja-build cmake libudev-dev python3 python3-pip libusb-1.0-0 libssl-dev \ pkg-config libtinfo5) it is still better to mention it a line before "cargo install cargo-espflash espflash ldproxy"
The text was updated successfully, but these errors were encountered:
Please add to 02_2_software.html these three packages.
Without them installing espflash doesn't work with WSL:
sudo apt install pkg-config libudev-dev make
Although it is mentioned in the "Troubleshooting area" (apt-get update \ && apt-get install -y vim nano git curl gcc ninja-build cmake libudev-dev python3 python3-pip libusb-1.0-0 libssl-dev \ pkg-config libtinfo5) it is still better to mention it a line before "cargo install cargo-espflash espflash ldproxy"
The text was updated successfully, but these errors were encountered: