mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
msys2: add package mingw-w64-i686-gcc for installing python packages
This commit is contained in:
@@ -34,7 +34,7 @@ set -e
|
|||||||
pacman --noconfirm -Syu # This step may require the terminal to be closed and restarted
|
pacman --noconfirm -Syu # This step may require the terminal to be closed and restarted
|
||||||
|
|
||||||
pacman --noconfirm -S --needed gettext-devel gcc git make ncurses-devel flex bison gperf vim \
|
pacman --noconfirm -S --needed gettext-devel gcc git make ncurses-devel flex bison gperf vim \
|
||||||
mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty
|
mingw-w64-i686-python-pip mingw-w64-i686-python-cryptography unzip winpty mingw-w64-i686-gcc
|
||||||
|
|
||||||
# if IDF_PATH is set, install requirements now as well
|
# if IDF_PATH is set, install requirements now as well
|
||||||
if [ -n "$IDF_PATH" ]; then
|
if [ -n "$IDF_PATH" ]; then
|
||||||
|
Reference in New Issue
Block a user