From 89bc316a7a36cb3cf9d3b659a02d40e9c9c2debd Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 Jul 2016 18:29:39 +0200 Subject: [PATCH] Documentation work [ci skip] --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2d995548..5c14a174 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ the GLFW 3 API. ## Compiling GLFW -GLFW supports compilation on Visual C++ 2010 and later, MinGW and MinGW-w64, -Clang on OS X and GCC and Clang on Linux and other Unix-like systems. It will -likely compile in other environments as well, but this is not regularly tested. +GLFW supports compilation on Windows with Visual C++ 2010 and later, MinGW and +MinGW-w64, on OS X with Clang and on Linux and other Unix-like systems with GCC +and Clang. It will likely compile in other environments as well, but this is +not regularly tested. There are also [pre-compiled Windows -binaries](http://www.glfw.org/download.html) available for all supported -compilers. +binaries](http://www.glfw.org/download.html) available for all compilers +supported on that platform. See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the documentation for more information. @@ -47,10 +48,9 @@ guide in the documentation for more information. ## System requirements 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. - -Experimental implementations for the Wayland protocol and the Mir display -server are available but not yet officially supported. +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 +officially supported. See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html) in the documentation for more information.