Documentation work

[ci skip]
This commit is contained in:
Camilla Berglund 2016-07-14 18:29:39 +02:00
parent c1b1e0aab1
commit 89bc316a7a

View File

@ -26,13 +26,14 @@ the GLFW 3 API.
## Compiling GLFW ## Compiling GLFW
GLFW supports compilation on Visual C++ 2010 and later, MinGW and MinGW-w64, GLFW supports compilation on Windows with Visual C++ 2010 and later, MinGW and
Clang on OS X and GCC and Clang on Linux and other Unix-like systems. It will MinGW-w64, on OS X with Clang and on Linux and other Unix-like systems with GCC
likely compile in other environments as well, but this is not regularly tested. and Clang. It will likely compile in other environments as well, but this is
not regularly tested.
There are also [pre-compiled Windows There are also [pre-compiled Windows
binaries](http://www.glfw.org/download.html) available for all supported binaries](http://www.glfw.org/download.html) available for all compilers
compilers. supported on that platform.
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the
documentation for more information. documentation for more information.
@ -47,10 +48,9 @@ guide in the documentation for more information.
## System requirements ## System requirements
GLFW supports Windows XP and later, OS X 10.7 Lion and later, and Linux and GLFW supports Windows XP and later, OS X 10.7 Lion and later, and Linux and
other Unix-like systems with the X Window System. other Unix-like systems with the X Window System. Experimental implementations
for the Wayland protocol and the Mir display server are available but not yet
Experimental implementations for the Wayland protocol and the Mir display officially supported.
server are available but not yet officially supported.
See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html) See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html)
in the documentation for more information. in the documentation for more information.