Skip to content

v2sh1t/MSYS2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSYS2

Use GCC on Windows

see also Installing GCC & MSYS2

msys32

  • toolchain installation/update script
    inst-msys-i686.sh
  • add to .bash_profile
    export MINGW_CHOST="i686-w64-mingw32"
    export MINGW_PREFIX="mingw32"
    PATH="${PATH}:/${MINGW_PREFIX}/bin"

msys64

  • toolchain installation/update script
    inst-msys-x86_64.sh 
  • add to .bash_profile
    export MINGW_CHOST="x86_64-w64-mingw32"
    export MINGW_PREFIX="mingw64"
    PATH="${PATH}:/${MINGW_PREFIX}/bin"

About

GCC & MSYS2

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 65.1%
  • Makefile 19.9%
  • CMake 15.0%