Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Lazybones_3/article/details/88807850

1.安装cmake

apt install cmake

2.安装openssl和编译依赖

apt install openssl
apt install libssl-dev

猜你喜欢

转载自blog.csdn.net/Lazybones_3/article/details/88807850