This commit is contained in:
Jack·Boos·Yu 2025-07-05 14:09:23 -05:00 committed by GitHub
commit 5b57916d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 See the [compilation guide](https://www.glfw.org/docs/latest/compile.html) for
more information about how to compile GLFW yourself. 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 ## Using GLFW