0%

windows系统工具

cygwin64

  1. 下载路径:https://cygwin.com/install.html
  2. 安装
    1. 镜像选择第一个(http://mirros.163.com)
    2. 选择安装软件:gcc-g++,make,wget,tar,gawk,bzip2
  3. 安装apt-cyg
1
2
3
4
5
6
7
8
9
10
11
# 方式1
wget/curl http://rawgit.com/transcode-open/apt-cyg/master/apt-cyg
chmod +x apt-cyg
mv apt-cyg /bin

# 方式2
lynx -source raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg

# 修改源
apt-cyg --mirrors http://mirrors.163.com/cygwin