centos下编译putty

centos下编译putty无评论

2026年6月19日 下午6:14分类:其他 阅读: 1 次

putty编译需要CMake(3.7及以上版本),如果用yun install cmake安装的版本不合适,则需要编译安装新版本 1、编译安装cmake sudo yum groupinstall "Development Tools" sudo yum install openssl-devel 下载源码 wget https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1.tar.gz 编译安装 tar -zxvf cmake-3.22.1.tar.gz cd cmake-3.22.1 ./bootstrap --prefix=/usr/local make sudo make install 2、编译putty wget https://the.earth.li/~sgtatham/putty/0.8 ...


【阅读全文】