在wsl的ubuntu上安装vcpkg
下载git内容
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
执行./bootstrap-vcpkg.sh
如果提示
那么安装
apt-get install curl unzip tar
创建软连接需要使用绝对路径 ln -s 当前的绝对路径 /usr/bin 如果不是绝对路径会报错
下载git内容
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
执行./bootstrap-vcpkg.sh
如果提示
那么安装