- Download msys64 from mingw-w64.org
- install msys2 with installer(msys2-x86-xxxxx.exe)
- open msys2, type below and let all these install/update within the msys2 terminal
- "pacman -Syu"
- "pacman -Su"
- Open mingw64, type below and let all these install/update within the mingw64 terminal
- "pacman -Ss gcc" for C compiler
- "pacman -S mingw-w64-x86_64-gcc" for library update
- check with "gcc --version" & "g++ --version" to check whether everything install well
- "pacman -Ss gdb" for debugger
- "pacmain -S mingw-w64-x86_64-gdb" for debugger library update
- "gdb --version" to check everything install well
- Go system environment and set Drive:\msys64\mingw64\bin as Path
Reference
Common Math functions
ASCII Table
No comments:
Post a Comment