英文:
Is it possible to install msys2 in windows 7
问题
在Windows 7家庭版中安装msys2是否可能?
答案1
得分: 4
最后一个支持Windows 7的完整安装程序的发行版在此。只需点击“资产”,然后下载完整的安装程序。
https://github.com/msys2/msys2-installer/releases/tag/2022-10-28
英文:
The last release whose full installer supports Windows 7 is here. Just click on "Assets" then download the full installer.
https://github.com/msys2/msys2-installer/releases/tag/2022-10-28
答案2
得分: 3
非常简单。您只需下载存档,而不是安装程序。
https://repo.msys2.org/distrib/msys2-i686-latest.tar.xz(32位)
https://repo.msys2.org/distrib/msys2-x86_64-latest.tar.xz(64位)
然后,您应该解压它。默认位置是 c:\msys64
。
如果需要一些 api-ms-win-
库,您可以从这里下载:
https://github.com/huangqinjin/ucrt
英文:
Very easy. All you need is to download archive, not installer.
https://repo.msys2.org/distrib/msys2-i686-latest.tar.xz (32-bit)
https://repo.msys2.org/distrib/msys2-x86_64-latest.tar.xz (64-bit)
Then you should unpack it. Default location is c:\msys64
If it needs some api-ms-win-
libs, then you can download them from here:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论