java -version
and confirm you have version 1.7 or later installed.
choco install mingw
in the administrative command prompt.
"MinGW"
is "Minimalistic GNU for
Windows".
gcc --version
If you get an error about the command not being found, open the System
dialog (it can generally be found by right clicking on the windows start
icon), selecting Advanced, Environment Variables, and editing the PATH
variable to add the folder containing gcc.exe. In many cases this
folder will be
c:\tools\mingw64\bin. Close the dialog, open a new command prompt
(so the new setting for PATH becomes effective), and confirm gcc (and g++)
are installed.
choco install -y notepadplusplus # Notepad++
choco install -y vim-x6 # edit using vi
choco install -y git # works, but does not provide
# the explorer context menus
choco install -y gow # many unix utilities
choco install -y sqlite sqlite.shell # SQLite support
-std=c++11