mirror of
https://github.com/glfw/glfw.git
synced 2025-07-26 17:40:02 +00:00
Merge d523db5883
into 506c11ba43
This commit is contained in:
commit
5b57916d34
11
README.md
11
README.md
@ -63,6 +63,17 @@ for all supported compilers on Windows and macOS.
|
||||
See the [compilation guide](https://www.glfw.org/docs/latest/compile.html) for
|
||||
more information about how to compile GLFW yourself.
|
||||
|
||||
## Package Managers
|
||||
|
||||
You can download and install glfw using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
|
||||
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
cd vcpkg
|
||||
./bootstrap-vcpkg.sh
|
||||
./vcpkg integrate install
|
||||
./vcpkg install glfw3
|
||||
|
||||
The glfw 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.
|
||||
|
||||
## Using GLFW
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user