1:Gun Make 下载地址
2: 下载并解压 make3.8.1.tar.gz
$ tar -zxvf make3.8.1.tar.gz
3: 编译Make
$ ./configure$ make
4: 安装Make
$ sudo make install
本文共 177 字,大约阅读时间需要 1 分钟。
$ tar -zxvf make3.8.1.tar.gz
$ ./configure$ make
$ sudo make install
转载于:https://my.oschina.net/xuhaozi/blog/780423