34_windows环境debug Nginx 源码-配置WSL和CLion

文章目录

  • WSL 中安装 编译构建使用的相关软件
  • 重装默认的 ssh
  • 创建 libstdc++.so 软链接


  • 34_windows环境debug Nginx 源码-配置WSL和CLion

WSL 中安装 编译构建使用的相关软件

sudo apt-get update
sudo apt-get install libstdc++6
dpkg -L libstdc++6

sudo apt-get install libpcre3 libpcre3-dev
sudo apt-get install pcre

你可能感兴趣的:(Nginx,windows,nginx,运维)