作者: steven_roc

0

openssl 3.3.2

【编译】openssl 3.3.2

https://www.tkxiong.com/archives/2348

20240923 tkxiong 选择openssl 3.3.2 版本进行编译

这次编译使用了ChatGPT,通过对话解决了部分问题。[……]

继续阅读

0

ssh make cmake

Xshell7生成公钥私钥
中文

apt-get update
apt-get uprgrade

一、openssh 登陆
3)
https://www.cnblogs.com/everfight/p/ssh_permission.html
ssh “permissions a[……]

继续阅读

0

cmake windows

cmake windows

cd D:\work2022\607ToolCode\curl-8.2.1\build
cd D:\zlib-1.2.13\build

cmake
cmake -G “Visual Studio 17 2022 ” .. -A win64 -DCMAKE_[……]

继续阅读

0

make指定位置路径编译

make指定位置路径编译

 

https://wenku.csdn.net/answer/b2af23a821ef40c085b53bb4c121a13d

要在 make 命令中设置头文件路径,您可以使用 -I 选项。例如,如果您的头文件位于 /path/to/include 目[……]

继续阅读