mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Update README.md
This commit is contained in:
parent
0a3c4f5d80
commit
eedd5cd29c
10
README.md
10
README.md
@ -17,7 +17,7 @@ are available but not yet officially supported.
|
|||||||
GLFW is licensed under the [zlib/libpng
|
GLFW is licensed under the [zlib/libpng
|
||||||
license](http://www.glfw.org/license.html).
|
license](http://www.glfw.org/license.html).
|
||||||
|
|
||||||
The latest stable release is version 3.2.1.
|
The latest version is 3.2.1.
|
||||||
|
|
||||||
See the [downloads](http://www.glfw.org/download.html) page for details and
|
See the [downloads](http://www.glfw.org/download.html) page for details and
|
||||||
files, or fetch the `latest` branch, which always points to the latest stable
|
files, or fetch the `latest` branch, which always points to the latest stable
|
||||||
@ -86,7 +86,7 @@ in the documentation for more information.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
GLFW itself depends only on the headers and libraries for your window system.
|
GLFW depends only on the headers and libraries of window system.
|
||||||
|
|
||||||
The (experimental) Wayland backend also depends on the `extra-cmake-modules`
|
The (experimental) Wayland backend also depends on the `extra-cmake-modules`
|
||||||
package, which is used to generated Wayland protocol headers.
|
package, which is used to generated Wayland protocol headers.
|
||||||
@ -106,9 +106,9 @@ located in the `deps/` directory.
|
|||||||
- [stb\_image\_write](https://github.com/nothings/stb) for writing images to disk
|
- [stb\_image\_write](https://github.com/nothings/stb) for writing images to disk
|
||||||
- [Vulkan headers](https://www.khronos.org/registry/vulkan/) for Vulkan tests
|
- [Vulkan headers](https://www.khronos.org/registry/vulkan/) for Vulkan tests
|
||||||
|
|
||||||
The Vulkan example additionally requires the LunarG Vulkan SDK to be installed,
|
The Vulkan example requires the installation of LunarG Vulkan SDK,
|
||||||
or it will not be included in the build. On macOS you need to provide the path
|
otherwise it will not be included in the build. On macOS, the path
|
||||||
to the SDK manually as it has no standard installation location.
|
to the SDK manually needs to be provided as it has no standard installation location.
|
||||||
|
|
||||||
The documentation is generated with [Doxygen](http://doxygen.org/) if CMake can
|
The documentation is generated with [Doxygen](http://doxygen.org/) if CMake can
|
||||||
find that tool.
|
find that tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user