分类: cmake

cmake

0

cmake

ubuntu cmake
1、
cd /opt/openAI/software
2、wget https://gh-proxy.com/https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-linux-aar[……]

继续阅读

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 目[……]

继续阅读