WSL下rust报错如何处理

64次阅读
没有评论

共计 715 个字符,预计需要花费 2 分钟才能阅读完成。

今天丸趣 TV 小编给大家分享一下 WSL 下 rust 报错如何处理的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。

WSL 的安装

参考微软文档

提示 error: linker cc not found

执行:

sudo apt install gcc
sudo ln -s gcc cc

提示 Could not find directory of OpenSSL installation, and this -sys crate cannot proceed without this knowledge. If OpenSSL is installed and this crate had trouble finding it, you can set the OPENSSL_DIR environment variable for the compilation process.

sudo apt-get install openssl
sudo apt-get install libssl-dev

提示 no override and no default toolchain set

执行  rustup default stable

openssl

sudo apt install openssl
sudo apt install libssl-dev

pkg-config

apt install pkg-config

以上就是“WSL 下 rust 报错如何处理”这篇文章的所有内容,感谢各位的阅读!相信大家阅读完这篇文章都有很大的收获,丸趣 TV 小编每天都会为大家更新不同的知识,如果还想学习更多的知识,请关注丸趣 TV 行业资讯频道。

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-13发表,共计715字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)