1. cygwin
Cygwin安装和验证
http://xiaxveliang.blog.163.com/blog/static/2970803420134693640905/
如何完美安装
https://blog.csdn.net/u012778714/article/details/74012013
cygwin官网
https://cygwin.com/install.html
命令查询是否安装成功:
Administrator@EZ-20170314SZKU /cygdrive/d
$ cygcheck -c cygwin
Cygwin Package Information
Package Version Status
cygwin 2.10.0-1 OK
2. CMake
包名
cmake-3.5.1-win32-x86.msi
双击安装即可。
执行如下:
cmake
Usage
cmake [options] <path-to-source>
cmake [options] <path-to-existing-build>
Specify a source directory to (re-)generatea build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.
Run 'cmake --help' for more information.
最后设置一下环境变量