Compare commits

...

4 Commits

Author SHA1 Message Date
Jack·Boos·Yu
5b57916d34
Merge d523db5883 into 506c11ba43 2025-07-05 14:09:23 -05:00
JackBoosY
d523db5883 fix command 2020-01-22 19:03:19 -08:00
JackBoosY
4d9ee64f93 Modify title font 2020-01-21 21:59:08 -08:00
JackBoosY
7210cd7556 Add vcpkg installation instructions 2020-01-21 21:57:07 -08:00

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
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