-
I installed xmake in msys2 using pacman. I met the problem #4278 and used
I tried reinstalling xmake but it failed in the same way. Is there an easy way to update xmake in pacman after |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
try
|
Beta Was this translation helpful? Give feedback.
Thanks for the reply. Though
xmake update dev
seems to download a GUI installer rather than a msys2 package.I manage to reinstall xmake by
pacman -R mingw-w64-x86_64-xmake
rm -rf /mingw64/share/xmake
pacman -S mingw-w64-x86_64-xmake