Documentation work

[ci skip]
This commit is contained in:
Camilla Berglund 2016-07-14 18:11:17 +02:00
parent 868f248696
commit 2bea621f7d

View File

@ -26,28 +26,26 @@ the GLFW 3 API.
## Compiling GLFW ## Compiling GLFW
See the [Compiling GLFW](http://www.glfw.org/docs/latest/compile.html) guide in
the GLFW documentation.
## Using GLFW
See the
[Building programs that use GLFW](http://www.glfw.org/docs/latest/build.html)
guide in the GLFW documentation.
## Compile-time requirements
GLFW supports compilation on Visual C++ 2010 and later, MinGW and MinGW-w64, 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 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. likely compile in other environments as well, but this is not regularly tested.
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) for There are also [pre-compiled Windows
more information. binaries](http://www.glfw.org/download.html) available for all supported
compilers.
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the
documentation for information on compiling GLFW.
## Run-time requirements ## Using GLFW
See the [building application guide](http://www.glfw.org/docs/latest/build.html)
guide in the GLFW documentation for information on how to compile and link
programs using GLFW.
## 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.
@ -56,13 +54,14 @@ Experimental implementations for the Wayland protocol and the Mir display
server are available but not yet 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)
for more information. in the documentation for more information on various platform-specific APIs and
extensions.
## Reporting bugs ## Reporting bugs
Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues). Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues).
Please check the [Contribution Please check the [contribution
guide](https://github.com/glfw/glfw/blob/master/.github/CONTRIBUTING.md) for guide](https://github.com/glfw/glfw/blob/master/.github/CONTRIBUTING.md) for
information on what to include when reporting a bug. information on what to include when reporting a bug.