美文网首页CS实验记录
2022-01-05 如何从源代码编译PuTTY

2022-01-05 如何从源代码编译PuTTY

作者: sagfugetabf | 来源:发表于2022-01-05 10:54 被阅读0次

系统环境:MacOS Monterey

第一步,下载Putty 源代码PuTTY Download Page
第二步:解压文件,进入文件夹下
第三步:运行 ./mkauto.sh 代码
第四步:进入本文件夹里的unix/文件夹
第五步:运行 ./configure
第六步:运行 make -f Makefile

编译完成后,目录下有编译好的puttygen等
./puttygen 可以使用

参考文献:
PuTTY [chiark.greenend.org.uk]
PuTTY [Github mirror] [github.com/Yasushi]
How to Compile and Build PuTTY on Ubuntu 16.04

相关文章

网友评论

    本文标题:2022-01-05 如何从源代码编译PuTTY

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