Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am abyssal on github.
  • I am abyssal (https://keybase.io/abyssal) on keybase.
  • I have a public key ASBkF5tlRC2Z8kpxteqN4gUoMx-ejkDmQl9i7ilHzYvvXgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am jacksonrakena on github.
  • I am abyssal (https://keybase.io/abyssal) on keybase.
  • I have a public key ASDPCFwK8Uf9ZVH032EA3GJiwXQO-UPQ4Pezc92pVxnbkQo

To claim this, I am signing this object:

@jacksonrakena
jacksonrakena / Installing_MinGW_on_Windows.md
Last active March 17, 2023 22:28
Installing MinGW (GCC C++) and Geany, for ENGR 101 at VUW

Guide written by Jackson with help and pictures from Gold

This guide details how to install MinGW/clang, and ENGR 101's preferred code editor, Geany, on a Windows or macOS operating system. Linux users (who probably don't need any guide) should follow the guide on the ECS wiki.

If you've already got mingw/clang installed, skip to the bottom to install Geany.

Installing MinGW (or clang)

This guide details how to install MinGW, the GNU C/C++ compiler, on a Windows or macOS operating system (clang).