安装:
选择从互联网安装, 在"User URL"处输入以下地址
http://mirrors.163.com/cygwin/
home路径:
一般位于cygwin安装目录下
cgwin下获取完整路径:
cygpath -dm "`pwd`"
切换到其他磁盘:
直接运行df -h命令,发现c,d,e等默认已经挂载了
How to add commands for Cygwin:
1.Download setup-x86_64 from http://cygwin.com
2.安装必须的软件支持包wget tar gawk bzip2
在windows的命令行cmd下:
cd C:\cygwin64
setup-x86_64 -q -P wget,tar,qawk,bzip2
2.安装apt-cyg
wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg -P /bin
chmod.exe +x /bin/apt-cyg
或者:
wget https://github.com/westfly/apt-cyg/blob/master/apt-cyg
chmod +x apt-cyg
或者:
wget http://w.gdu.me/wiki/files/shell/apt-cyg
chmod +x apt-cyg
3.替换apt-cyg镜像源
apt-cyg -m http://mirrors.163.com/cygwin/
4.更新镜像源
apt-cyg update
5.安装其他软件
这里的apt-cyg基本和Ubuntu中的apt-get的使用方法是一致的;
比如安装mysql server的命令如下:
apt-cyg install mysql-server
msys2: