windows下安装WSL

环境安装

安装指导

  • 打开windows 功能
    • 适用于linux的windows子系统
    • 虚拟机平台
    • 使用管理员权限打开命令行
      1
      dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  • 设置root密码
    1
    sudo passwd root

secureCRT连接local shell

  • file->open local shell
  • 更改路径cmd.exe为bash.exe

cmake recent call 错误

1
2
3
4
5
6
7
8
9
1. Create file wsl.conf in /etc/ with content: 

# /etc/wsl.conf
[automount]
options = "metadata"
enabled = true

2. Reboot your wsl
wsl.exe -t Ubuntu // (or other e.g. Debian)