Pillow/winbuild/appveyor_install_msys2_deps.sh

15 lines
439 B
Bash
Raw Normal View History

2017-09-19 15:45:09 +03:00
#!/bin/sh
2018-09-18 14:47:10 +03:00
mkdir /var/cache/pacman/pkg
2018-03-17 11:04:14 +03:00
pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
2019-09-26 15:12:28 +03:00
mingw32/mingw-w64-i686-python3-setuptools \
mingw32/mingw-w64-i686-python3-pytest \
mingw32/mingw-w64-i686-python3-pytest-cov \
mingw-w64-i686-libjpeg-turbo \
mingw-w64-i686-libimagequant
2017-09-19 15:45:09 +03:00
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
2018-03-17 11:04:14 +03:00
/mingw32/bin/pip install olefile
/mingw32/bin/pip3 install olefile