Gator96100 / ProxSpace

Proxmark III develoment environment for Windows
269 stars 70 forks source link

Installation will fail #28

Closed Gator96100 closed 4 years ago

Gator96100 commented 4 years ago

The initial msys2 update will remove the msys2/etc/post-install/09-proxspace.post file.

merlokk commented 4 years ago

Now workaround:

from command line

bash -c -i 'pacman -S mingw-w64-i686-readline mingw-w64-i686-gcc git make pkg-config mingw-w64-i686-qt5 --noconfirm' 2>&1>$null
bash -c -i 'pacman -Suu --noconfirm' 2>&1>$null

from bash:

pacman -S mingw-w64-i686-readline mingw-w64-i686-gcc git make pkg-config mingw-w64-i686-qt5
pacman -Suu