必须安装和配置下列实用程序:
技巧:Cygwin 包含用于 Windows 环境的这些实用程序。有关更多信息,请访问 http://www.cygwin.com。
要测试是否已正确地安装了 cygwin,请打开命令提示符并输入 g++ 或 make。
以下错误消息表示未安装 make 或者未正确地配置路径。
'g++' (or 'make') is not recognized as an internal or external command, operable program or batch file
要检查路径,打开命令提示符并输入 PATH。确保已定义构建实用程序的路径(例如 PATH=c:\cygwin\bin)。