• Hey, guest user. Hope you're enjoying GameParadise! Have you considered registering for an account? Come join us and add your take to the daily discourse.
 

Install MSYS Environment

 
One of the most used developer environment on Windows is MSYS, MSYS's MINGW is a Cygwin environment working on Windows, is very easy to setup and as it is an enclosed environment is not affected by other software on your computer.

The most recent information about MSYS is on the official webpage: https://www.msys2.org/ and latest installation instructions are on the site: https://www.msys2.org/wiki/MSYS2-installation/, here you can find lot of information.

The MinGW32 & MinGW64 environments can be used to compile Native Windows binaries using a linux toolchain (gcc, bash, etc.)

In order to install MSYS on your system, you need few steps:
  1. Download the latest version from: https://github.com/msys2/msys2-installer/releases, there you will find several packages, the most easy to use is
    msys2-x86_64-YYYYMMDD.exe
  2. Execute the
    msys2-x86_64-YYYYMMDD.exe
    file
    1711506455952.png

    And accept the default options:
    1711511217339.png

    1711506644951.png

    1711506661424.png

    1711506756284.png

    On the last window, deselect the «Run MSYS2 now» option and and the installation pressing the «Finish» button.
    1711506776132.png
  3. Run the MINGW64 environment from the Start Menu
    1711507135755.png

    1711507158285.png
  4. Once you open the console execute the command
    pacman -Syuu --needed --noconfirm
    several times until you get the message:
    there is nothing to do
    , is possible what the window close, if is the case, open again the environment and run the command again.
    1711507925796.png

    1711508320858.png
  5. When you end this step you have a full working MSYS environment

Visit the https://www.msys2.org/docs/environments/ URL if you want to know more about the differences between environments.
1711508274036.png
About author
admin
Avid gamer.

Comments

There are no comments to display.

Nintendo Switch information

Author
Chad Waliser
Article read time
1 min read
Views
384
Last update

More in Nintendo Switch

More from Chad Waliser

Share this nintendo switch

 
Back
Top