Updated Working on Windows (markdown)

master
Jacob Fliss 3 年前
父节点
当前提交
76c12da18c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Working-on-Windows.md

+ 2
- 2
Working-on-Windows.md

@ -6,8 +6,8 @@ You can download and install raylib using the [vcpkg](https://github.com/Microso
git clone https://github.com/Microsoft/vcpkg.git git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install raylib vcpkg install raylib
*The raylib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.* *The raylib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.*

正在加载...
取消
保存