About 50 results
Open links in new tab
  1. Installing the latest version of mingw-w64 on Windows

    Apr 29, 2020 · I am desperately trying to install the latest version of mingw-w64 to get acess to gcc 10 on windows 10. I used the online installer for mingw-w64 in the past, but it is still stuck in 2018 on 8.1...

  2. MinGW-w64 offline installer - Stack Overflow

    Jul 15, 2016 · Yes, you can install mingw-w64 offline if you use MSYS2's pacman on your internet-facing machine first, then transfer the files downloaded by pacman to your offline machine.

  3. How to install MinGW 64 on Windows 10 - Stack Overflow

    Jun 30, 2020 · I'm trying to install MinGW64 to get a 64-bit C compiler, but I'm facing difficulties trying to follow online tutorials. I first downloaded MinGW-w64 for 32 and 64-bit Windows from SourceForge …

  4. How can I install MinGW-w64 on windows 10? - Stack Overflow

    Aug 22, 2022 · Can’t install MinGW-w64 on my operating system (windows 10). The new MinGW-w64 version doesn’t come with a bin folder. Please i need help using the compiler.

  5. How to install MinGW64 (non of the approaches work)

    NOTE - this approach goes more smoothly if you choose the option "MinGW-W64-install.exe" instead of unpacking a zip file; this will also install batch files to the start menu which set up the environment for …

  6. How can I install MinGW-w64 and MSYS2? - Stack Overflow

    Nov 25, 2016 · Even Cygwin is listed. How are Cygwin and Mingw-w64 related? My current understanding is, in the time of MinGW and MSYS, MSYS is just a nice addon to MinGW, while in …

  7. mingw - What are MSYS2 environments? How do I pick one? - Stack …

    Jun 25, 2023 · So if you want to install GCC in UCRT64, use pacman -S mingw-w64-ucrt-x86_64-gcc, NOT pacman -S gcc. The only exception are utilites ported from Linux which are unrelated to the …

  8. How can I install and use "make" in Windows? - Stack Overflow

    Another alternative is if you already installed MinGW and added the bin folder to the Path environment variable, you can use "mingw32-make" instead of "make". You can also create a symbolic link from …

  9. c++ - How to add MinGW to PATH? - Stack Overflow

    Apr 4, 2022 · 1 I'm following this tutorial by vscode to install a C++ compiler on Windows. Right now, I'm trying to edit C:\msys64\mingw64\bin to environment variables and save MinGW to path. I clicked OK …

  10. windows - Step by step instruction to install Rust and Cargo for mingw ...

    33 I tried to install Rust on Cygwin but failed to be able link with mingw. Now I am trying to install it with Msys2. I already installed Msys2 and Mingw. I tried to follow this wiki page but I got lost at number 2: …