Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active March 24, 2023 14:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/e7d54775e5ded24dfe3a9b35327977be to your computer and use it in GitHub Desktop.
Save miguelmota/e7d54775e5ded24dfe3a9b35327977be to your computer and use it in GitHub Desktop.
Install g++ on Windows using Cygwin

Install Cygwin, and keep installer around.

Then run

setup-x86_64.exe -q -P wget -P gcc-g++ -P make -P diffutils -P libmpfr-devel -P libgmp-devel -P libmpc-devel

Launch cygwin console

g++ -v
@luka1231123
Copy link

thank you very much. super helpfull

@locseo
Copy link

locseo commented Nov 16, 2021

many thanks, i have done this

@mohamadassadeq
Copy link

thanks a lot. solved my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment