安装vcpkg¶ git clone https://github.com/Microsoft/vcpkg.git ./vcpkg/bootstrap-vcpkg.sh 安装包¶ ./vcpkg install cpp-httplib 创建包¶ vcpkg create handycpp https://github.com/zhangfuwen/handycpp vcpkg edit handycpp # and then edit vcpkg install handycpp