Skip to navigation
How to install MSYS2
04.10.20
1. https://jaist.dl.sourceforge.net/project/msys2/Base/x86_64/msys2-x86_64-20200903.exe 2. MSYS2 Software Distribution and Building Platform for Windows MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software. It consists of a command line terminal called mintty, bash, version control systems like git and subversion, tools like tar and awk and even build systems like autotools, all based on a modified version of Cygwin. Despite some of these central parts being based on Cygwin, the main focus of MSYS2 is to provide a build environment for native Windows software and the Cygwin-using parts are kept at a minimum. MSYS2 provides up-to-date native builds for GCC, mingw-w64, CPython, CMake, Meson, OpenSSL, FFmpeg, Rust, Ruby, just to name a few. To provide easy installation of packages and a way to keep them updated it features a package management system called Pacman, which should be familiar to Arch Linux users. It brings many powerful features such as dependency resolution and simple complete system upgrades, as well as straight-forward and reproducible package building. Our package repository contains more than 1800 pre-built packages ready to install. For more details see 'What is MSYS2?' which also compares MSYS2 to other software distributions and development environments like Cygwin, WSL, Chocolatey, Scoop, ... and 'Who Is Using MSYS2?' to see which projects are using MSYS2 and what for. Installation Download the installer: msys2-x86_64-20200903.exe SHA256 checksum: 1424eee8175ad63e0db08e1b7ac47f90a2ea43df0a1b53d9a433849fcc5f6762 Run the installer. MSYS2 requires 64 bit Windows 7 or newer. Click "Next" First screen of MSYS2 installation Enter Installation Folder (ASCII, no accents, spaces nor symlinks, short path) Second screen of MSYS2 installation Tick Run MSYS2 now Third screen of MSYS2 installation Update the package database and core system packages with: pacman -Syu MSYS2 shell with pacman's output about system upgrade If needed, close MSYS2, run it again from Start menu. Update the rest with: pacman -Su Now Pacman is fully committed to the Windows cause :) MSYS2 shell with pacman's output about package installation Take look at Detailed MSYS2 install guide for troubleshooting and additional details on how to keep your MSYS2 up-to-date.
https://www.msys2.org/
Reply
Anonymous
Information Epoch 1732575280
Small is beautiful.
Home
Notebook
Contact us