美文网首页
Cygwin 安装、CMake 安装

Cygwin 安装、CMake 安装

作者: that_is_this | 来源:发表于2018-06-13 19:21 被阅读68次

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

https://cmake.org/download/

包名

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.

最后设置一下环境变量

相关文章

网友评论

      本文标题:Cygwin 安装、CMake 安装

      本文链接:https://www.haomeiwen.com/subject/hyrseftx.html